22 #ifndef _HINGEJOINT_HH_
23 #define _HINGEJOINT_HH_
55 public:
virtual void Load(sdf::ElementPtr _sdf)
61 protected:
virtual void Init()
boost::shared_ptr< Base > BasePtr
Definition: PhysicsTypes.hh:66
virtual void Init()
Initialize joint.
Definition: HingeJoint.hh:61
HingeJoint type.
Definition: Base.hh:103
A single axis hinge joint.
Definition: HingeJoint.hh:39
virtual void Load(sdf::ElementPtr _sdf)
Load joint.
Definition: HingeJoint.hh:55
virtual unsigned int GetAngleCount() const
Definition: HingeJoint.hh:50
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
HingeJoint(BasePtr _parent)
Constructor.
Definition: HingeJoint.hh:43
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:48
virtual ~HingeJoint()
Destructor.
Definition: HingeJoint.hh:46