centroidal_control_collection
|
Weight parameter. More...
#include <IntrinsicallyStableMpc.h>
Public Member Functions | |
WeightParam (double _zmp=1.0, double _zmp_vel=1e-3) | |
Constructor. More... | |
Public Attributes | |
double | zmp |
ZMP weight. More... | |
double | zmp_vel |
ZMP velocity weight. More... | |
Weight parameter.
Definition at line 42 of file IntrinsicallyStableMpc.h.
|
inline |
Constructor.
_zmp | ZMP weight |
_zmp_vel | ZMP velocity weight |
Definition at line 54 of file IntrinsicallyStableMpc.h.
double CCC::IntrinsicallyStableMpc1d::WeightParam::zmp |
ZMP weight.
Definition at line 45 of file IntrinsicallyStableMpc.h.
double CCC::IntrinsicallyStableMpc1d::WeightParam::zmp_vel |
ZMP velocity weight.
Definition at line 48 of file IntrinsicallyStableMpc.h.