centroidal_control_collection
|
Weight parameter. More...
#include <PreviewControlZmp.h>
Public Member Functions | |
WeightParam (double _zmp=1.0, double _com_jerk=1e-8) | |
Constructor. More... | |
PreviewControl< 3, 1, 1 >::WeightParam | toPreviewControlWeightParam () const |
Convert to PreviewControl::WeightParam. More... | |
Public Attributes | |
double | zmp |
ZMP weight. More... | |
double | com_jerk |
CoM jerk weight. More... | |
Weight parameter.
Definition at line 28 of file PreviewControlZmp.h.
|
inline |
Constructor.
_zmp | ZMP weight |
_com_jerk | CoM jerk weight |
Definition at line 40 of file PreviewControlZmp.h.
PreviewControl<3, 1, 1>::WeightParam CCC::PreviewControlZmp1d::WeightParam::toPreviewControlWeightParam | ( | ) | const |
Convert to PreviewControl::WeightParam.
double CCC::PreviewControlZmp1d::WeightParam::com_jerk |
CoM jerk weight.
Definition at line 34 of file PreviewControlZmp.h.
double CCC::PreviewControlZmp1d::WeightParam::zmp |
ZMP weight.
Definition at line 31 of file PreviewControlZmp.h.