Public Attributes | |
ros::ServiceServer | controlService |
Receives service calls to control the plugin. | |
std::unique_ptr< ros::NodeHandle > | rosnode |
ROS node handle. | |
ros::Publisher | statePub |
Publishes the state of the plugin. |
Definition at line 33 of file ROSPopulationPlugin.cc.
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.
Publishes the state of the plugin.
Definition at line 39 of file ROSPopulationPlugin.cc.