SMORES Robot Platform Simulation
Modlab at Penn, ASL at Cornell
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends
gazebo::JointUpdate Class Reference

This class is used to store joint angle updating information. More...

Public Member Functions

 JointUpdate (string modelname, double *jointangle)
 Constructor. More...
 
void SetJointAngle (double *jointangle)
 Set joint angles. More...
 

Public Attributes

string modelName
 String name of a model entity.
 
double jointAngle [4]
 Joint angle of that model, in radian.
 

Detailed Description

This class is used to store joint angle updating information.

Constructor & Destructor Documentation

gazebo::JointUpdate::JointUpdate ( string  modelname,
double *  jointangle 
)
inline

Constructor.

Parameters
modelnameModel name string
jointanglePointer of the joint angle array

Member Function Documentation

void gazebo::JointUpdate::SetJointAngle ( double *  jointangle)
inline

Set joint angles.

Parameters
jointanglePointer of the joint angle array

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