17 #ifndef _GAZEBO_CART_DEMO_PLUGIN_HH_ 
   18 #define _GAZEBO_CART_DEMO_PLUGIN_HH_ 
   21 #include "gazebo/physics/physics.hh" 
   38     public: 
virtual void Init();
 
   40     private: 
void OnUpdate();
 
This plugin drives a four wheeled cart model forward and back by applying a small wheel torque...
Definition: CartDemoPlugin.hh:34
 
Forward declarations for transport. 
 
boost::shared_ptr< Joint > JointPtr
Definition: PhysicsTypes.hh:117
 
boost::shared_ptr< Node > NodePtr
Definition: TransportTypes.hh:57
 
boost::shared_ptr< Connection > ConnectionPtr
Definition: CommonTypes.hh:153
 
#define NUM_JOINTS
Definition: CartDemoPlugin.hh:25
 
boost::shared_ptr< Model > ModelPtr
Definition: PhysicsTypes.hh:93
 
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message. 
 
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
 
Generic PID controller class. 
Definition: PID.hh:36
 
A Time class, can be used to hold wall- or sim-time. 
Definition: Time.hh:44