Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactors SAP solver in prep for the propagation of gradients (RobotL…
…ocomotion#21414) There are essentially two changes: 1. struct SolverStats is no longer nested in SapSolver but is now refactored to SapSolverStats. 2. SapSolver<T>::model_ is not longer a member. A SapModel is now created with each call to SolveWithGuess. We pass "model" as needed by argument.
- Loading branch information