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

Revision history [back]

You can send a reset command from the terminal like this:

rostopic pub /syscommand std_msgs/String "reset"

Of course, you could also programmatically send this message from a GUI node or so.