Roslaunch required=true only kills nodes in the same machine
Hello everyone,
I am executing a multi-node ROS (ROS Fuerte Ubuntu 12.04) architecture. These nodes are spread in different machines. When a certain node finishes, I want the rest to be killed. I thought that using required=true parameter in the roslaunch would be sufficient. However, I found that, when the node finishes, only the nodes located in the same machine would be killed as well. Is there any way to make all the nodes in all the machines be killed (I mean automatically, not using Ctrl-C in the roslaunch).
Thank you in advance,