22 #ifndef _JOINT_WRENCH_HH_ 23 #define _JOINT_WRENCH_HH_ math::Vector3 body1Torque
Torque on the first link.
Definition: JointWrench.hh:87
Forward declarations for the common classes.
Definition: Animation.hh:33
math::Vector3 body1Force
Force on the first link.
Definition: JointWrench.hh:81
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:39
math::Vector3 body2Torque
Torque on the second link.
Definition: JointWrench.hh:90
Wrench information from a joint.
Definition: JointWrench.hh:39
math::Vector3 body2Force
Force on the second link.
Definition: JointWrench.hh:84