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

Revision history [back]

click to hide/show revision 1
initial version

answered 2011-10-08 07:25:04 -0600

joq gravatar image

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