DDS-Router
DDS-Router copied to clipboard
The DDS Router is an application developed by eProsima that allows, using Fast DDS, to communicate by DDS protocol different networks. Looking for commercial support? Contact [email protected]
### Problem Description: Currently, the Fast DDS Router, when forwarding topics between different `ROS_DOMAIN_IDs` (or more generally, DDS domains), creates its internal DDS `DataReaders` and `DataWriters` with a default QoS...
related to https://github.com/eProsima/Fast-DDS/issues/5900
I tested the ros discovery server example with my own configuration file which works as expected. But when I tried to test the client configuration, it failed. Envirionment: - ROS2...
Working with ROS2. Following this documentation: https://eprosima-dds-router.readthedocs.io/en/latest/rst/examples/ros_discovery_server_example.html First terminal: ROS_DOMAIN_ID=0 ros2 run demo_nodes_cpp talker (I see the Hello World with count being logged). I could echo this topic in another...
Hello.I want to test the cross-domain communication capability of DDS-Router.The server's IP address is 172.16.2.128, and the virtual machine's IP address is 172.19.12.132. The server can ping the virtual machine,...