ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This is a side-effect of the fact that roslaunch
only starts roscore
if it was not already running.
In either case, starting roscore
first should eliminate the problem:
roscore + run A + run B + stop (Ctrl+C) A + run A
roscore + run B + run A + stop (Ctrl+C) A + run A