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

Revision history [back]

in order to kill a node that is not a lifecycle node, i have used the killall command, $killall "name_of_the_node" the name of the node is the one you use to launch the node and not the one you see after running $ros2 node list example: start: $ros2 run may_package my_node stop: $killall my_node