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

Hi In case you are still on this: Every launch file for every robot needs to get a namespace and a tf_prefix. So yes, you need to do this for all of the robots. You can sum up some launch files in one and then namespace them. An example and reference can be found here: multiple robots

Otherwise: check for every node with rosnode info NAME to which topics it subscribes and which it publishes, since the prefixes/namespaces have to be correctly resolved there.

good luck!