centroidal_control_collection
Public Attributes | List of all members
CCC::LinearMpcZmp::InitialParam Struct Reference

Initial parameter. More...

#include <LinearMpcZmp.h>

Public Attributes

EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Vector2d pos = Eigen::Vector2d::Zero()
 CoM position [m]. More...
 
Eigen::Vector2d vel = Eigen::Vector2d::Zero()
 CoM velocity [m/s]. More...
 
Eigen::Vector2d acc = Eigen::Vector2d::Zero()
 CoM acceleration [m/s^2]. More...
 

Detailed Description

Initial parameter.

Definition at line 113 of file LinearMpcZmp.h.

Member Data Documentation

◆ acc

Eigen::Vector2d CCC::LinearMpcZmp::InitialParam::acc = Eigen::Vector2d::Zero()

CoM acceleration [m/s^2].

Definition at line 124 of file LinearMpcZmp.h.

◆ pos

EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Vector2d CCC::LinearMpcZmp::InitialParam::pos = Eigen::Vector2d::Zero()

CoM position [m].

Definition at line 118 of file LinearMpcZmp.h.

◆ vel

Eigen::Vector2d CCC::LinearMpcZmp::InitialParam::vel = Eigen::Vector2d::Zero()

CoM velocity [m/s].

Definition at line 121 of file LinearMpcZmp.h.


The documentation for this struct was generated from the following file: