ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I'd recommend using a single topic for all of your robots and including a robot identifier (int or string) in the message. This way you don't have to worry about creating many (hundreds maybe) topics.
But there are a few things that you need to consider before choosing the best option:
The answers to all of these questions will inform the design of the communication architecture.