18 #ifndef _GAZEBO_DARTLINK_PRIVATE_HH_
19 #define _GAZEBO_DARTLINK_PRIVATE_HH_
~DARTLinkPrivate()
Default destructor.
Definition: DARTLinkPrivate.hh:46
DARTLinkPrivate()
Constructor.
Definition: DARTLinkPrivate.hh:35
boost::shared_ptr< DARTPhysics > DARTPhysicsPtr
Definition: DARTTypes.hh:40
bool staticLink
If true, freeze link to world (inertial) frame.
Definition: DARTLinkPrivate.hh:67
Definition: DARTLinkPrivate.hh:32
DARTJointPtr dartParentJoint
Pointer to the parent joint.
Definition: DARTLinkPrivate.hh:61
DARTPhysicsPtr dartPhysics
Pointer to the DART physics engine.
Definition: DARTLinkPrivate.hh:55
DART wrapper forward declarations and typedefs.
#define NULL
Definition: CommonTypes.hh:30
dart::constraint::WeldJointConstraint * dtWeldJointConst
Weld joint constraint for SetLinkStatic()
Definition: DARTLinkPrivate.hh:70
dart::dynamics::BodyNode * dtBodyNode
Pointer to the DART BodyNode.
Definition: DARTLinkPrivate.hh:58
boost::shared_ptr< DARTJoint > DARTJointPtr
Definition: DARTTypes.hh:45
std::vector< DARTJointPtr > dartChildJoints
List of pointers to the child joints.
Definition: DARTLinkPrivate.hh:64