How can I transfer ROS2 message/service
- I have a NodeX connected to NetworkA & Network_B.
- I have a NodeY connected to NetworkA.
- I have a NodeZ connected to NetworkB.
If I publish on NodeY it will go through NetworkA and reach NodeX. How can I make NodeX send the data received via NodeY to NodeZ through the Network_B ?
I guess I can just get subscribed to the message and publish it back BUT I would like it to be automated. Basically, I want a dynamic_bridge for ROS2 only. And I don't want it to rebuild the message/service but simply pass them.
How can I do this ?
Asked by maxime on 2020-07-20 16:33:10 UTC
Comments