How to setup ROS for multi-robot domains (roscores, namespaces for nodes, tf frames)
Please help in writing up a ROS best practice.
Please help in writing up a ROS best practice.
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-11-07 11:40:44 -0500
Seen: 1,027 times
Last updated: Sep 21 '12
Code duplication - best practices
Extrapolation error when sending goals to the robot via navigation stack
Tf has two or more unconnected trees
service exception using tf listener in rospy
robot_localization does not produce odom->base_link transform
Map origin with respect to which coordinate frame? [closed]
Why does the accuracy of navsat_transform change with heading?