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

How to setup ROS for multi-robot domains (roscores, namespaces for nodes, tf frames)

asked 2011-11-07 11:40:44 -0500

mmwise gravatar image

updated 2012-10-08 14:40:20 -0500

tfoote gravatar image

Please help in writing up a ROS best practice.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-09-21 00:34:13 -0500

For simulation you have a very complete answer here about how to manage node namespaces and tf issues.

Working with real robots makes it harder. I suggest using a roscore in each robot, so that all data is private to each robot. In order to share certain topics, you can use packages such as ros-rt-wmp, which provides a wireless communication protocol that propagate selective topics to other roscores.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-11-07 11:40:44 -0500

Seen: 1,085 times

Last updated: Sep 21 '12