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
displaying point cloud in rviz from .bag files, error
Avoid starting multiple node instances with the same type
Robot not following path in Nav. Stack
build octomap using pointcloud2 data
Map origin with respect to which coordinate frame? [closed]
Quaternion transformations in Python