|
centroidal_control_collection
|
Weight parameter. More...
#include <PreviewControlCentroidal.h>
Public Member Functions | |
| WeightParam (double _pos=2e2, double _wrench=5e-4, double _jerk=1e-8) | |
| Constructor. More... | |
| PreviewControl< 3, 1, 2 >::WeightParam | toPreviewControlWeightParam () const |
| Convert to PreviewControl::WeightParam. More... | |
Public Attributes | |
| double | pos |
| Position weight. More... | |
| double | wrench |
| Wrench weight. More... | |
| double | jerk |
| Jerk weight. More... | |
Weight parameter.
Definition at line 45 of file PreviewControlCentroidal.h.
|
inline |
Constructor.
| _pos | position weight |
| _wrench | wrench weight |
| _jerk | jerk weight |
Definition at line 61 of file PreviewControlCentroidal.h.
| PreviewControl<3, 1, 2>::WeightParam CCC::PreviewControlCentroidal1d::WeightParam::toPreviewControlWeightParam | ( | ) | const |
Convert to PreviewControl::WeightParam.
| double CCC::PreviewControlCentroidal1d::WeightParam::jerk |
Jerk weight.
Definition at line 54 of file PreviewControlCentroidal.h.
| double CCC::PreviewControlCentroidal1d::WeightParam::pos |
Position weight.
Definition at line 48 of file PreviewControlCentroidal.h.
| double CCC::PreviewControlCentroidal1d::WeightParam::wrench |
Wrench weight.
Definition at line 51 of file PreviewControlCentroidal.h.