ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It seems I've found the solution: in a Gazebo model plugin I can query the ROS node using

ros::NodeHandle();

This way I will have the best from both worlds. I still need to try it.