Open
Description
Micro-XRCE-DDS reverses the order of the activity
and config
members in ObjectInfo
. According to the official dds_xrce_types.idl, it should be
@extensibility(FINAL)
struct ObjectInfo {
@optional ActivityInfoVariant activity;
@optional ObjectVariant config;
};
But an actual INFO message looks like
which has config
first.
Metadata
Metadata
Assignees
Labels
No labels