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;
Definition: SphereAtlasDemoPlugin.hh:29
Forward declarations for the common classes.
Definition: Animation.hh:26
std::vector< JointPtr > Joint_V
Definition: PhysicsTypes.hh:214
boost::shared_ptr< Connection > ConnectionPtr
Definition: CommonTypes.hh:134
boost::shared_ptr< Model > ModelPtr
Definition: PhysicsTypes.hh:94
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:303
A Time class, can be used to hold wall- or sim-time.
Definition: Time.hh:47