Public Attributes | |
| ros::ServiceServer | controlService |
| Receives service calls to control the plugin. More... | |
| std::unique_ptr< ros::NodeHandle > | rosnode |
| ROS node handle. More... | |
| ros::Publisher | statePub |
| Publishes the state of the plugin. More... | |
Definition at line 33 of file ROSPopulationPlugin.cc.
| ros::ServiceServer gazebo::ROSPopulationPluginPrivate::controlService |
Receives service calls to control the plugin.
Definition at line 42 of file ROSPopulationPlugin.cc.
| std::unique_ptr<ros::NodeHandle> gazebo::ROSPopulationPluginPrivate::rosnode |
ROS node handle.
Definition at line 36 of file ROSPopulationPlugin.cc.
| ros::Publisher gazebo::ROSPopulationPluginPrivate::statePub |
Publishes the state of the plugin.
Definition at line 39 of file ROSPopulationPlugin.cc.