ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The same node occurs twice in the overall launch. This can happen if you include something that defines the same node. You can use roslaunch --find-node
to figure out where/if your launch file and the include define this node.
You should disabled/comment the node from one of the launches, so it is only started once.