Open bobd988 opened 7 months ago
The ros2 bridge in dora is provided mainly thanks to https://github.com/jhelovuo/ros2-client .
Also, we're able to communicate with ros2, there should still be expected errors when using the bridges as both project are fairly young and experimental.
Using the bridge between two dora nodes is not in the range of things we can actively support, because:
I would recommend switching both nodes to dora, using arrow.
You could try to test the two nodes separately against ROS2 nodes:
If both of the above work, I would expect that a Dora C++ publish to ROS2 should reach a Dora Python subscription to that same ROS2 topic.
When using DORA C++ with the ROS2 messages to pub/sub
Using another DORA node with python to subscribe to it but message not able to receive. If you can try it works pls provide an example.