17 #ifndef _GAZEBO_UNIVERSALJOINT_HH_
18 #define _GAZEBO_UNIVERSALJOINT_HH_
61 public:
virtual void Load(sdf::ElementPtr _sdf)
74 protected:
virtual void Init()
boost::shared_ptr< Base > BasePtr
Definition: PhysicsTypes.hh:66
UniversalJoint(BasePtr _parent)
Constructor.
Definition: UniversalJoint.hh:48
AxisIndex
Definition: UniversalJoint.hh:40
virtual void Init()
Initialize joint.
Definition: UniversalJoint.hh:74
virtual unsigned int GetAngleCount() const
Definition: UniversalJoint.hh:56
virtual ~UniversalJoint()
Destuctor.
Definition: UniversalJoint.hh:52
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
A universal joint.
Definition: UniversalJoint.hh:36
UniversalJoint type.
Definition: Base.hh:109
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:48
virtual void Load(sdf::ElementPtr _sdf)
Load a UniversalJoint.
Definition: UniversalJoint.hh:61