rsLQR  0.1
riccati_solve.h File Reference

Core methods for the Riccati solve. More...

#include "linalg.h"
#include "riccati_solver.h"

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...
 

Detailed Description

Core methods for the Riccati solve.

Author
Brian Jackson (bjack.nosp@m.205@.nosp@m.gmail.nosp@m..com)
Version
0.1
Date
2022-01-30