18 #ifndef _GAZEBO_DARTHINGE2JOINT_HH_    19 #define _GAZEBO_DARTHINGE2JOINT_HH_    46       public: 
virtual void Load(sdf::ElementPtr _sdf);
    49       public: 
virtual void Init();
    52       public: 
virtual math::Vector3 GetAnchor(
unsigned int _index) 
const;
    55       public: 
virtual math::Vector3 GetGlobalAxis(
unsigned int _index) 
const;
    58       public: 
virtual void SetAxis(
unsigned int _index,
    62       public: 
virtual math::Angle GetAngleImpl(
unsigned int _index) 
const;
    65       public: 
virtual double GetVelocity(
unsigned int _index) 
const;
    68       public: 
virtual void SetVelocity(
unsigned int _index, 
double _vel);
    71       protected: 
virtual void SetForceImpl(
unsigned int _index, 
double _effort);
 
Forward declarations for the common classes. 
Definition: Animation.hh:33
 
A two axis hinge joint. 
Definition: Hinge2Joint.hh:42
 
The Vector3 class represents the generic vector containing 3 elements. 
Definition: Vector3.hh:39
 
A two axis hinge joint. 
Definition: DARTHinge2Joint.hh:36
 
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message. 
 
An angle and related functions. 
Definition: Angle.hh:53
 
boost::shared_ptr< Base > BasePtr
Definition: PhysicsTypes.hh:72