Go to the documentation of this file.
17 #ifndef GAZEBO_PLUGINS_SPHEREATLASDEMOPLUGIN_HH_
18 #define GAZEBO_PLUGINS_SPHEREATLASDEMOPLUGIN_HH_
24 #include "gazebo/physics/physics.hh"
33 public:
virtual void Init();
34 public:
virtual void Reset();
36 private:
void OnUpdate();
41 private: std::vector<std::string> jointNames;
46 private: std::vector<double> qp;
47 private: std::vector<double> jointKp;
48 private: std::vector<double> jointKd;
std::vector< JointPtr > Joint_V
Definition: PhysicsTypes.hh:213
Forward declarations for the common classes.
Definition: Animation.hh:26
A Time class, can be used to hold wall- or sim-time. stored as sec and nano-sec.
Definition: Time.hh:47
boost::shared_ptr< Model > ModelPtr
Definition: PhysicsTypes.hh:93
boost::shared_ptr< Connection > ConnectionPtr
Definition: CommonTypes.hh:134
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
Definition: SphereAtlasDemoPlugin.hh:29
A plugin with access to physics::Model.
Definition: Plugin.hh:303
#define GAZEBO_VISIBLE
Definition: system.hh:59