18 #ifndef _GAZEBO_FIXEDJOINT_HH_
19 #define _GAZEBO_FIXEDJOINT_HH_
49 public:
virtual void Load(sdf::ElementPtr _sdf)
55 protected:
virtual void Init()
boost::shared_ptr< Base > BasePtr
Definition: PhysicsTypes.hh:68
virtual void Init()
Initialize joint.
Definition: FixedJoint.hh:55
virtual ~FixedJoint()
Destructor.
Definition: FixedJoint.hh:40
#define GZ_PHYSICS_VISIBLE
Definition: system.hh:318
FixedJoint type.
Definition: Base.hh:119
A fixed joint rigidly connecting two bodies.
Definition: FixedJoint.hh:33
FixedJoint(BasePtr _parent)
Constructor.
Definition: FixedJoint.hh:37
virtual unsigned int GetAngleCount() const
Definition: FixedJoint.hh:44
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
virtual void Load(sdf::ElementPtr _sdf)
Load joint.
Definition: FixedJoint.hh:49