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
However, I also want to be able to see all of the topics offered by both robots from the 3rd PC, so is there like a super client configuration I can add to it so it can discover all of them? I tried with the default super client XML, but I realize there is no discovery server (DDS router instead) running in this 3rd PC so it makes sense that it doesn't work:
I noticed that if I echo a topic in either of the robots, it automatically appears on the 3rd PC. Which is great, but I'd like to see them all from the first time I list the topics.
Here's a diagram to illustrate:
The text was updated successfully, but these errors were encountered:
Your configuration file seems fine to your scenario.
What you are experiencing here is a performance feature in DDS Router that makes the router to no create endpoints until there is a DataReader (ROS2 subscription) in the network. This reduces the amount of DDS Entities that are created in the DDS Router application and the traffic it routes, and thus improves the efficiency.
Nevertheless, we have lately seen the necessity to add a configuration feature that allows to disable such feature.
Once this feature is implemented and uploaded we will notify you.
Extra comment
There is no need to use XML configuration in your fastdds discovery application, as it is already a Server, so setting it as SuperClient will have no effect.
Also, XML configuration has no effect in DDS Router (yet, we are working on a new Participant kind).
Hi,
I have managed to connect two robots running a discovery server each by running a DDS router from a 3rd PC. Here is the config YAML:
However, I also want to be able to see all of the topics offered by both robots from the 3rd PC, so is there like a super client configuration I can add to it so it can discover all of them? I tried with the default super client XML, but I realize there is no discovery server (DDS router instead) running in this 3rd PC so it makes sense that it doesn't work:
I noticed that if I echo a topic in either of the robots, it automatically appears on the 3rd PC. Which is great, but I'd like to see them all from the first time I list the topics.
Here's a diagram to illustrate:
The text was updated successfully, but these errors were encountered: