18 #ifndef GAZEBO_PLUGINS_KEYSTOJOINTSPLUGIN_HH_ 19 #define GAZEBO_PLUGINS_KEYSTOJOINTSPLUGIN_HH_ 119 private:
void OnKeyPress(ConstAnyPtr &_msg);
122 private: std::vector<KeyInfo> keys;
physics::JointPtr joint
Pointer to the joint controlled by this key.
Definition: KeysToJointsPlugin.hh:37
Forward declarations for the common classes.
Definition: Animation.hh:33
boost::shared_ptr< Subscriber > SubscriberPtr
Definition: TransportTypes.hh:53
Store information from SDF for each key.
Definition: KeysToJointsPlugin.hh:30
boost::shared_ptr< Joint > JointPtr
Definition: PhysicsTypes.hh:108
int key
Key ASCII value (reference: http://ascii.cl/)
Definition: KeysToJointsPlugin.hh:34
std::string type
Possible target types: position, velocity, force.
Definition: KeysToJointsPlugin.hh:40
boost::shared_ptr< Node > NodePtr
Definition: TransportTypes.hh:57
Control joints in a model based on keypress messages received.
Definition: KeysToJointsPlugin.hh:106
double scale
Increments for position, absolute values for velocity and force.
Definition: KeysToJointsPlugin.hh:45
boost::shared_ptr< Model > ModelPtr
Definition: PhysicsTypes.hh:88
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