You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to be able to support multiple robots navigating simultaneously on the same system in simulation -- no coordination at this moment, more on that coming soon 😃
DDS Domain and Participants (not sure if exposed by ROS2)
Physical
Most users in ROS1 used separate namespaces for different robots (together with a multi-master pkg). We can replicate that as a starting point, however, there are several reasons we might want an alternative approach, i.e. DDS discovery, Robot encapsulation, etc.
The text was updated successfully, but these errors were encountered:
I’m curious why this is given high priority? Running multiple navstacks on multiple robots as is is simple- its mostly a simulation need. Is there someone trying to do this right now we’re blocking?
We have some bugs relating to being able to partition robots into separate namespaces #746.
We'd also like to be able to run multiple robots in gazebo to get better test coverage. We'd get to run the stack more per test run and also the other robots can act as dynamic obstacles to each other.
Feature request
Feature description
We'd like to be able to support multiple robots navigating simultaneously on the same system in simulation -- no coordination at this moment, more on that coming soon 😃
For this we need to:
Implementation considerations
For partitioning, we have a few options:
Most users in ROS1 used separate namespaces for different robots (together with a multi-master pkg). We can replicate that as a starting point, however, there are several reasons we might want an alternative approach, i.e. DDS discovery, Robot encapsulation, etc.
The text was updated successfully, but these errors were encountered: