ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I had the same problem and altered the turtlebot_node.py by adding self._robot_reboot() in the last line of spin(). By doing so, roomba is soft-rebooted in the end (after killing the process from terminal).
This way you cannot forget to put it back to passive mode my rosservice.