18 #ifndef _GAZEBO_ODEFIXEDJOINT_HH_ 19 #define _GAZEBO_ODEFIXEDJOINT_HH_ 47 public:
virtual void Load(sdf::ElementPtr _sdf);
50 public:
virtual math::Vector3 GetAnchor(
unsigned int _index)
const;
53 public:
virtual void SetAnchor(
unsigned int _index,
57 public:
virtual math::Vector3 GetGlobalAxis(
unsigned int _index)
const;
60 public:
virtual void SetAxis(
unsigned int _index,
64 public:
virtual math::Angle GetAngleImpl(
unsigned int _index)
const;
67 public:
virtual void SetVelocity(
unsigned int _index,
double _angle);
70 public:
virtual double GetVelocity(
unsigned int _index)
const;
76 protected:
virtual void SetForceImpl(
unsigned int _index,
double _effort);
boost::shared_ptr< Link > LinkPtr
Definition: PhysicsTypes.hh:100
Forward declarations for the common classes.
Definition: Animation.hh:33
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:39
A fixed joint rigidly connecting two bodies.
Definition: FixedJoint.hh:33
A fixed joint.
Definition: ODEFixedJoint.hh:36
An angle and related functions.
Definition: Angle.hh:53
boost::shared_ptr< Base > BasePtr
Definition: PhysicsTypes.hh:72