17 #ifndef _GAZEBO_JOINTCONTROLLER_PRIVATE_HH_
18 #define _GAZEBO_JOINTCONTROLLER_PRIVATE_HH_
41 public: std::map<std::string, JointPtr>
joints;
44 public: std::map<std::string, common::PID>
posPids;
47 public: std::map<std::string, common::PID>
velPids;
50 public: std::map<std::string, double>
forces;