JointGroup Class Reference

Class for joint and respective mimics data. More...

Public Member Functions

 JointGroup (physics::JointPtr actuated_, double target_=0.0)
 Constructor. More...
 

Public Attributes

physics::JointPtr actuated
 Actuated joint. More...
 
double target {0.0}
 Actuated joint default target value. More...
 
std::vector< physics::JointPtr > mimic
 Vector of mimic joints. More...
 
std::vector< double > multipliers
 Vector of corresponding mimic joint's multipliers. More...
 

Detailed Description

Class for joint and respective mimics data.

Constructor & Destructor Documentation

JointGroup ( physics::JointPtr  actuated_,
double  target_ = 0.0 
)
inline

Constructor.

Member Data Documentation

physics::JointPtr actuated

Actuated joint.

std::vector<physics::JointPtr> mimic

Vector of mimic joints.

std::vector<double> multipliers

Vector of corresponding mimic joint's multipliers.

double target {0.0}

Actuated joint default target value.


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