#include <DARTJointPrivate.hh>
gazebo::physics::DARTJointPrivate::DARTJointPrivate |
( |
const DARTPhysicsPtr & |
_dartPhysicsEngine | ) |
|
|
inline |
gazebo::physics::DARTJointPrivate::~DARTJointPrivate |
( |
| ) |
|
|
default |
dart::dynamics::BodyNode* gazebo::physics::DARTJointPrivate::dtChildBodyNode |
DART child body node pointer.
dart::dynamics::Joint* gazebo::physics::DARTJointPrivate::dtJoint |
double gazebo::physics::DARTJointPrivate::forceApplied[MAX_JOINT_AXIS] |
Save force applied by user This plus the joint feedback (joint contstraint forces) is the equivalent of simulated force torque sensor reading Allocate a 2 vector in case hinge2 joint is used.
This is used by DART to store external force applied by the user.
common::Time gazebo::physics::DARTJointPrivate::forceAppliedTime |
Save time at which force is applied by user This will let us know if it's time to clean up forceApplied.
The documentation for this class was generated from the following file: