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
It looks like because rmw_cyclonedds is creating the topic via dds_create_topic_sertype. And the sertype created by create_sertype in rmw_node.cpp does not have type_information and type_mapping.
I'm wondering if rmw_cyclonedds should add parsing of ros2 type_support to create_sertype to construct type_information and type_mapping to pass to the CycloneDDS stack?
When I use rmw_cyclonedds_cpp, I found that there is no 0x75(PID_TYPE_INFORMATION) in data(w) or data(r).
Is there a way to get this feature?
The text was updated successfully, but these errors were encountered: