rsLQR
0.1
|
Core methods for the Riccati solve. More...
Go to the source code of this file.
Functions | |
int | ndlqr_SolveRiccati (RiccatiSolver *solver) |
Solve the LQR problem using Riccati recursion and a forward simulation of the linear dynamics. More... | |
int | ndlqr_BackwardPass (RiccatiSolver *solver) |
Run the Riccati solver backward pass. More... | |
int | ndlqr_ForwardPass (RiccatiSolver *solver) |
Run the Riccati forward pass to solve for the solution vector. More... | |
Core methods for the Riccati solve.