Replies: 2 comments
-
Hi @johnny555 Some comments and questions after having checked your config files:
Hope you find this information useful. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @juanlofer-eprosima , Thanks for a great reply, its really helpful! I'll respond to your points below:
Ok, I'll have a go at using a wan participant instead and let you know how it goes :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for a great tool.
I'm using it to route data on a local LAN, but from inside a docker container on a Windows 11 host. I have to do this because Windows 11 doesn't support routing UDP into their virtual machines/docker containers. I'm building a ROS system, the robot is on the lan running Linux, but the human control (RVIZ) is inside the docker running windows. The problem I get is that ros2 topic list doesn't show all of the topics, and sometimes ros2 topic echo doesn't work.
I'm abit stuck trying to debug this. Any tips on how to debug it, or perhaps something I missed in the configuration would be helpful! Thanks!
dds-router config for docker running on Windows 11:
And config running on the robot:
If I go
ros2 topic list
on the robot I get:but if I do the same in the Windows11 docker I get alot fewer results:
Beta Was this translation helpful? Give feedback.
All reactions