-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
Hello,
I have a working ROS2 foxy ecosystem running Connext and came to the point where I need Connext key fields support. I'm looking for the simplest way to modify ROS2 or rmw_connextdds and allow the underlaying Connext RMW to have some of the fields defined as keys.
Most of the related rmw implementation seem to be in rmw_connext_dynamic_cpp/src/utility_templates.hpp which in conjunction with DDS_StructMember.is_key seems technically possible but I don't have the necessary architectural knowledge to workaround.
Any help will be greatly appreciated.