18 #ifndef _GAZEBO_DARTSLIDERJOINT_HH_ 19 #define _GAZEBO_DARTSLIDERJOINT_HH_ 43 public:
virtual void Load(sdf::ElementPtr _sdf);
46 public:
virtual void Init();
49 public:
virtual math::Vector3 GetAnchor(
unsigned int _index)
const;
52 public:
virtual math::Vector3 GetGlobalAxis(
unsigned int _index)
const;
55 public:
virtual void SetAxis(
unsigned int _index,
59 public:
virtual math::Angle GetAngleImpl(
unsigned int _index)
const;
62 public:
virtual void SetVelocity(
unsigned int _index,
double _vel);
65 public:
virtual double GetVelocity(
unsigned int _index)
const;
68 protected:
virtual void SetForceImpl(
unsigned int _index,
double _effort);
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 slider joint.
Definition: SliderJoint.hh:38
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
A slider joint.
Definition: DARTSliderJoint.hh:33
An angle and related functions.
Definition: Angle.hh:53
boost::shared_ptr< Base > BasePtr
Definition: PhysicsTypes.hh:72