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

If you're using roslaunch to start your nodes and rosnode kill <my_node> isn't working, try re-roslaunching first. This will replace the existing nodes with freshly-launched ones, which you should be able to kill.

roslaunch <my_package> <launch_file>
rosnode kill <my_node>