|
Robotran C Documentation
|
Go to the documentation of this file.
3 #ifndef MBS_LQR_STRUCT_h
4 #define MBS_LQR_STRUCT_h
MbsRiccati * ric
computation structure used to solve the Algebraic Riccation Equation
Definition: mbs_lqr_struct.h:19
double ** R
symmetric gain matrix for input
Definition: mbs_lqr_struct.h:16
Definition: mbs_lqr_struct.h:10
double ** A
Definition: mbs_lqr_struct.h:32
MbsSS * ss
copy of the state-space representation given as an argument
Definition: mbs_lqr_struct.h:13
double ** Q
symmetric gain matrix for regulation (tracking)
Definition: mbs_lqr_struct.h:15
double ** K
the gain matrix for the Linear Quadratic Regulator
Definition: mbs_lqr_struct.h:21
double ** B
Definition: mbs_lqr_struct.h:33
The State-space representation starts at index 0.
Definition: mbs_statespace_struct.h:10
Definition: mbs_lqr_struct.h:27
int nx
Definition: mbs_lqr_struct.h:29
double ** C
Definition: mbs_lqr_struct.h:34
double ** N
gain matrix for cross terms
Definition: mbs_lqr_struct.h:17
int ny
Definition: mbs_lqr_struct.h:31
int nu
Definition: mbs_lqr_struct.h:30