Go to the source code of this file.
Functions | |
MbsLqr * | mbs_new_lqr (int nx, int nu, int ny) |
create a new lpk structure that is used to compute the linearized matrices Gr and Kr. More... | |
void | mbs_delete_lqr (MbsLqr *lqr) |
free memory of the lpk structure. More... | |
int | lqr_compute_gain (MbsSS *ss, MbsLqr *lqr) |
compute the augmented state space More... | |
int | lqr_compute_augmentedState (MbsSS *ss, MbsSS *ass) |
compute the augmented state space More... | |
compute the augmented state space
ss
[in], the state space structure ass
[in/out], the augmented state space structure
compute the augmented state space
ss
[in], already computed state space structure lqr
[in/out], the lqr structure in which the gain matrix K is stored and computed
void mbs_delete_lqr | ( | MbsLqr * | lqr | ) |
free memory of the lpk structure.
lqr
[in], the lqr structure to delete.
MbsLqr* mbs_new_lqr | ( | int | nx, |
int | nu, | ||
int | ny | ||
) |
create a new lpk structure that is used to compute the linearized matrices Gr and Kr.
nx
[in], the number of state variable nu
[in], the number of input ny
[in], the number of output