centroidal_control_collection
|
Initial parameter. More...
#include <LinearMpcXY.h>
Public Member Functions | |
StateDimVector | toState (double mass) const |
Get state of state-space model. More... | |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Vector2d | pos = Eigen::Vector2d::Zero() |
CoM position [m]. More... | |
Eigen::Vector2d | vel = Eigen::Vector2d::Zero() |
CoM linear velocity [m/s]. More... | |
Eigen::Vector2d | angular_momentum = Eigen::Vector2d::Zero() |
Angular momentum [kg m^2/s]. More... | |
Initial parameter.
Definition at line 57 of file LinearMpcXY.h.
StateDimVector CCC::LinearMpcXY::InitialParam::toState | ( | double | mass | ) | const |
Get state of state-space model.
mass | robot mass [kg] |
Eigen::Vector2d CCC::LinearMpcXY::InitialParam::angular_momentum = Eigen::Vector2d::Zero() |
Angular momentum [kg m^2/s].
Definition at line 68 of file LinearMpcXY.h.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Vector2d CCC::LinearMpcXY::InitialParam::pos = Eigen::Vector2d::Zero() |
CoM position [m].
Definition at line 62 of file LinearMpcXY.h.
Eigen::Vector2d CCC::LinearMpcXY::InitialParam::vel = Eigen::Vector2d::Zero() |
CoM linear velocity [m/s].
Definition at line 65 of file LinearMpcXY.h.