Wrench information from a joint. More...
#include <physics/physics.hh>
Public Member Functions | |
JointWrench & | operator= (const JointWrench &_wrench) |
Operator =. | |
Public Attributes | |
math::Vector3 | body1Force |
Force on the first link. | |
math::Vector3 | body1Torque |
Torque on the first link. | |
math::Vector3 | body2Force |
Force on the second link. | |
math::Vector3 | body2Torque |
Torque on the second link. | |
Wrench information from a joint.
These are forces and torques on parent and child Links, relative to the Link's center of mass.
|
inline |
Operator =.
[in] | _wrench | Joint wrench to set from. |
References body1Force, body1Torque, body2Force, and body2Torque.
math::Vector3 gazebo::physics::JointWrench::body1Force |
Force on the first link.
Referenced by operator=().
math::Vector3 gazebo::physics::JointWrench::body1Torque |
Torque on the first link.
Referenced by operator=().
math::Vector3 gazebo::physics::JointWrench::body2Force |
Force on the second link.
Referenced by operator=().
math::Vector3 gazebo::physics::JointWrench::body2Torque |
Torque on the second link.
Referenced by operator=().