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

Is there a way to run all nodes under a single launch thread [closed]

asked 2013-09-18 02:26:27 -0500

rnunziata gravatar image

When my system at time get into a state where too many messages are causing a lockup. I kill the main terminal window but many times the problem nodes that are launched independently from the same launch file are still running. Is there a way to kill all the nodes from a single launch file. Right now I have to do a pkill for each node that is still running.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by rnunziata
close date 2013-09-18 06:04:09

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-09-18 03:46:17 -0500

dornhege gravatar image

If you put all nodes in one launch file, killing that will kill all those nodes.

Alternatively, you can call rosnode kill -a, but that requires that the nodes are still "somewhat there" - meaning they react to this kill request. Depending on what your lock is that might not be the case.

edit flag offensive delete link more

Comments

Thats what I've been doing but for some reason...though not all the time.....nodes stay up when the terminal is killed. Killing the terminal should kill the launch process yes?

rnunziata gravatar image rnunziata  ( 2013-09-18 04:41:05 -0500 )edit

I guess those nodes just don't react anymore. If you start things from a roslaunch it will first ask nicely, but eventually resort to killing them hard.

dornhege gravatar image dornhege  ( 2013-09-18 05:55:45 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-09-18 02:26:27 -0500

Seen: 1,000 times

Last updated: Sep 18 '13