17 #ifndef _GAZEBO_SPHERE_ATLAS_DEMO_PLUGIN_HH_    18 #define _GAZEBO_SPHERE_ATLAS_DEMO_PLUGIN_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:33
 
std::vector< JointPtr > Joint_V
Definition: PhysicsTypes.hh:204
 
boost::shared_ptr< Connection > ConnectionPtr
Definition: CommonTypes.hh:153
 
boost::shared_ptr< Model > ModelPtr
Definition: PhysicsTypes.hh:88
 
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
 
A Time class, can be used to hold wall- or sim-time. 
Definition: Time.hh:44