17 #ifndef _GAZEBO_SkidSteerDrive_PLUGIN_HH_
18 #define _GAZEBO_SkidSteerDrive_PLUGIN_HH_
23 #include "gazebo/physics/physics.hh"
27 #define NUMBER_OF_WHEELS 4
46 public:
enum {RIGHT_FRONT,
RIGHT_REAR, LEFT_FRONT, LEFT_REAR};
52 private:
int RegisterJoint(
int _index,
const std::string &_name);
56 private:
void OnVelMsg(ConstPosePtr &_msg);
71 private:
double wheelSeparation;
74 private:
double wheelRadius;
Definition: SkidSteerDrivePlugin.hh:46
#define NUMBER_OF_WHEELS
Definition: SkidSteerDrivePlugin.hh:27
Forward declarations for transport.
boost::shared_ptr< Subscriber > SubscriberPtr
Definition: TransportTypes.hh:53
A gazebo model plugin that controls a four wheel skid-steer robot via a gazebo topic.
Definition: SkidSteerDrivePlugin.hh:35
boost::shared_ptr< Joint > JointPtr
Definition: PhysicsTypes.hh:117
boost::shared_ptr< Node > NodePtr
Definition: TransportTypes.hh:57
boost::shared_ptr< Model > ModelPtr
Definition: PhysicsTypes.hh:93
A plugin with access to physics::Model.
Definition: Plugin.hh:245
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:59