ROS2 Router: Service Call Request made, but no Response #5159
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Duplicated thread, please refer to |
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
-
I have 2 host in 1 LAN, HostA in domain 4 and have interface 20.13.21.128. HostB in domain 3 and have interface 20.13.21.24.
In theory, if you want 2 host with differ domain can communicate each other then you have to setup ddsrouter in both host.
I done with setup and 2 host can see topic each other but i have some problem with service.
In hostB, i run a server service, it can operated in local (if you run ros2 service call in local host <hostB - domain 3> then you can receive respone)
but if you run this command: ros2 service call in then hostB can take a request from hostA-client service but hostA can not receive a respone from hostB ?
Beta Was this translation helpful? Give feedback.
All reactions