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

Revision history [back]

Seems the answer is out-dated.

In kinetic, you could simply kill all node with

rosnode kill -a

or

rosnode kill --all

And actually you kill roscore, you will not kill all nodes. the nodes will keep exchanging msgs but we cannot access the topics any more.