centroidal_control_collection
Public Member Functions | Public Attributes | List of all members
CCC::LinearMpcZ::WeightParam Struct Reference

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...
 

Detailed Description

Weight parameter.

Definition at line 34 of file LinearMpcZ.h.

Constructor & Destructor Documentation

◆ WeightParam()

CCC::LinearMpcZ::WeightParam::WeightParam ( double  _pos = 1.0,
double  _force = 1e-7 
)
inline

Constructor.

Parameters
_posposition weight
_forceforce weight

Definition at line 46 of file LinearMpcZ.h.

Member Data Documentation

◆ force

double CCC::LinearMpcZ::WeightParam::force

Force weight.

Definition at line 40 of file LinearMpcZ.h.

◆ pos

double CCC::LinearMpcZ::WeightParam::pos

Position weight.

Definition at line 37 of file LinearMpcZ.h.


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