Public Member Functions |
| smpc_parameters (const unsigned int, const double, const double gravity_=9.81) |
| Allocate memory and initialize some of the parameters.
|
| ~smpc_parameters () |
| Default destructor.
|
Public Attributes |
double | hCoM |
double | gravity |
| Height of the CoM.
|
double * | T |
| Norm of the acceleration due to gravity.
|
double * | h |
| Preview sampling time.
|
double | h0 |
| h = hCoM/gravity for each preview step
|
double * | angle |
| initial h
|
smpc::state_orig | init_state |
double * | X |
| A chunk of memory allocated for solution.
|
|
double * | fp_x |
| Coordinates of N points satisfying constraints,.
|
double * | fp_y |
| Coordinates of N points satisfying constraints,.
|
|
double * | lb |
| 2*N bounds for coordinates of ZMP position.
|
double * | ub |
| 2*N bounds for coordinates of ZMP position.
|
|
double * | zref_x |
| N reference coordinates of ZMP.
|
double * | zref_y |
| N reference coordinates of ZMP.
|
A container for parameters of the SMPC solver.
Definition at line 54 of file WMG.h.