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 maxForce;
74 private:
double wheelSeparation;
77 private:
double wheelRadius;
boost::shared_ptr< Model > ModelPtr
Definition: PhysicsTypes.hh:84
boost::shared_ptr< Subscriber > SubscriberPtr
Definition: TransportTypes.hh:53
#define NUMBER_OF_WHEELS
Definition: SkidSteerDrivePlugin.hh:27
Forward declarations for transport.
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:100
boost::shared_ptr< Node > NodePtr
Definition: TransportTypes.hh:57
Definition: SkidSteerDrivePlugin.hh:46
A plugin with access to physics::Model.
Definition: Plugin.hh:245
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:66