|
centroidal_control_collection
|
Weight parameter. More...
#include <LinearMpcZ.h>
Public Member Functions | |
| WeightParam (double _pos=1.0, double _force=1e-7) | |
| Constructor. More... | |
Public Attributes | |
| double | pos |
| Position weight. More... | |
| double | force |
| Force weight. More... | |
Weight parameter.
Definition at line 34 of file LinearMpcZ.h.
|
inline |
Constructor.
| _pos | position weight |
| _force | force weight |
Definition at line 46 of file LinearMpcZ.h.
| double CCC::LinearMpcZ::WeightParam::force |
Force weight.
Definition at line 40 of file LinearMpcZ.h.
| double CCC::LinearMpcZ::WeightParam::pos |
Position weight.
Definition at line 37 of file LinearMpcZ.h.