ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The problem is most likely that at the point where cancel_all_goals()
is called, ROS has already shut down. This prevents any actionlib messages from ever reaching your server.