centroidal_control_collection
Public Attributes | List of all members
CCC::LinearMpcXY::MotionParam Struct Reference

Motion parameter. More...

#include <LinearMpcXY.h>

Public Attributes

EIGEN_MAKE_ALIGNED_OPERATOR_NEW double com_z
 CoM z position [m]. More...
 
double total_force_z
 Total z force [N]. More...
 
std::vector< std::shared_ptr< ForceColl::Contact > > contact_list
 Contact list. More...
 

Detailed Description

Motion parameter.

Definition at line 42 of file LinearMpcXY.h.

Member Data Documentation

◆ com_z

EIGEN_MAKE_ALIGNED_OPERATOR_NEW double CCC::LinearMpcXY::MotionParam::com_z

CoM z position [m].

Definition at line 47 of file LinearMpcXY.h.

◆ contact_list

std::vector<std::shared_ptr<ForceColl::Contact> > CCC::LinearMpcXY::MotionParam::contact_list

Contact list.

Definition at line 53 of file LinearMpcXY.h.

◆ total_force_z

double CCC::LinearMpcXY::MotionParam::total_force_z

Total z force [N].

Definition at line 50 of file LinearMpcXY.h.


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