You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phil-opp
changed the title
ROS2 messaages not work between python and C++ dora node
ROS2 messages not work between python and C++ dora node
Apr 21, 2024
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:
we don't own ros2-client and most of the logic happens there.
there is a lot of moving parts between dora <-> DDS <-> ros2 which means a lot of errors can happen.
we still need to actively develop dora and it's missing features. We barely support all dora features in C++ so actively pushing on the C++ ros2 bridge before dora seems precipitated.
I would recommend switching both nodes to dora, using arrow.
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.
The text was updated successfully, but these errors were encountered: