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

The error tells you exactly what the problem is

new node registered with same name

This means that you already have another instance of that same node running. When you start another instance the names collide and ROS Master kills the node you're trying to run. If you want to use this node twice, consider using a launch file and giving each instance a unique name.