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

Use rosnode machine to list all nodes running on the current machine and then use rosnode kill to kill them.

rosnode machine | xargs rosnode machine | xargs rosnode kill

click to hide/show revision 2
No.2 Revision

Use rosnode machine to list all nodes running on the current machine and then use rosnode kill to kill them.

 rosnode machine | xargs rosnode machine | xargs rosnode kill