17 #ifndef _GAZEBO_BULLETFIXEDJOINT_HH_    18 #define _GAZEBO_BULLETFIXEDJOINT_HH_    48       protected: 
virtual void Load(sdf::ElementPtr _sdf);
    51       public: 
virtual void Init();
    54       public: 
virtual void SetAxis(
unsigned int _index,
    58       public: 
virtual void SetVelocity(
unsigned int _index, 
double _vel);
    61       public: 
virtual double GetVelocity(
unsigned int _index) 
const;
    64       public: 
virtual bool SetHighStop(
unsigned int _index,
    68       public: 
virtual bool SetLowStop(
unsigned int _index,
    72       public: 
virtual math::Vector3 GetGlobalAxis(
unsigned int _index) 
const;
    75       public: 
virtual math::Angle GetAngleImpl(
unsigned int _index) 
const;
    78       protected: 
virtual void SetForceImpl(
unsigned int _index, 
double _effort);
    81       private: btHingeConstraint *bulletFixed;
 
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: BulletFixedJoint.hh:37
 
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