ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
When ROS is shutting down, it drops all connections to the master and afaik thus looses all "ROS"-Functionality. I.e. you cannot
If you replace the ROS_INFO with a std::cout
, you see that this is actually handled. However, all code with ROS functionality is, in the end, a noop, due to the missing connections.