ulqr
0.1.0
|
Core methods for the Riccati solve. More...
Go to the source code of this file.
Functions | |
int | ulqr_SolveRiccati (RiccatiSolver *solver) |
Solve the LQR problem using Riccati recursion and a forward simulation of the linear dynamics. More... | |
int | ulqr_BackwardPass (RiccatiSolver *solver) |
Run the Riccati solver backward pass. More... | |
int | ulqr_ForwardPass (RiccatiSolver *solver) |
Run the Riccati forward pass to solve for the solution vector. More... | |
Core methods for the Riccati solve.