SCL  1.0
Standard Control Library : Control, dynamics, physics, and simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Groups Pages
Public Attributes | List of all members
taoVarDOF1 Class Reference

1-DOF joint variable class for articulated bodyThis provides joint variables necessary for articulated body dynamics. More...

#include <taoVar.h>

Inheritance diagram for taoVarDOF1:
Inheritance graph
[legend]
Collaboration diagram for taoVarDOF1:
Collaboration graph
[legend]

Public Attributes

deFloat q_
 joint position More...
 
deFloat dq_
 joint velocity More...
 
deFloat ddq_
 joint acceleration More...
 
deFloat tau_
 joint force (torque) More...
 

Detailed Description

1-DOF joint variable class for articulated body

This provides joint variables necessary for articulated body dynamics.

Member Data Documentation

deFloat taoVarDOF1::ddq_

joint acceleration

deFloat taoVarDOF1::dq_

joint velocity

deFloat taoVarDOF1::q_

joint position

deFloat taoVarDOF1::tau_

joint force (torque)


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