does ros1_bridge support communicate cross-language services?
When using custom service messages:
- Terminal 1: roscore
- Terminal 2: ros2 run ros1bridge dynamicbridge
- Terminal 3: start ros1(kinetic) Python server
- Terminal 4: start ros2 C++ client
Result: connection failure.
When I change the 3 terminal to "start ros1(kinetic) C++ server", the connection is successful. So I wonder if ros1bridge does not support cross-language services?(Python to C++) (Each of the above terminal environments has been "source" correctly, "ros1bridge" compiled separately and correctly). Thanks for your attention.
Asked by qmj on 2019-01-16 22:37:41 UTC
Comments
What is this a duplicate of?
Asked by gvdhoorn on 2019-01-17 05:05:16 UTC