17#ifndef GAZEBO_PLUGINS_CARTDEMOPLUGIN_HH_
18#define GAZEBO_PLUGINS_CARTDEMOPLUGIN_HH_
19#include <ignition/transport/Node.hh>
23#include "gazebo/physics/physics.hh"
40 public:
virtual void Init();
42 private:
void OnUpdate();
62 private: ignition::transport::Node nodeIgn;
#define NUM_JOINTS
Definition CartDemoPlugin.hh:27
Forward declarations for transport.
virtual void Init()
Override this method for custom plugin initialization behavior.
virtual void Load(physics::ModelPtr _model, sdf::ElementPtr _sdf)
Load function.
ModelPlugin()
Constructor.
Definition Plugin.hh:306
Generic PID controller class.
Definition PID.hh:37
A Time class, can be used to hold wall- or sim-time.
Definition Time.hh:48
boost::shared_ptr< Connection > ConnectionPtr
Definition CommonTypes.hh:134
boost::shared_ptr< Model > ModelPtr
Definition PhysicsTypes.hh:93
boost::shared_ptr< Joint > JointPtr
Definition PhysicsTypes.hh:117
boost::shared_ptr< Node > NodePtr
Definition TransportTypes.hh:57
Forward declarations for the common classes.
Definition Animation.hh:27