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
This is probably also something for v3.0.0, but Micro-XRCE-DDS does not follow the official dds_xrce_types.idl exactly for the binary entity representation:
This is probably also something for v3.0.0, but Micro-XRCE-DDS does not follow the official dds_xrce_types.idl exactly for the binary entity representation:
OBJK_Topic_Binary
The official definition is
But Micro-XRCE-DDS uses
I think
type_reference
should contain the type name currently stored intype_name
. Andtype_name
should be replaced bytype_identifier
.OBJK_DataWriter_Binary_Qos
The official definition is
but Micro-XRCE-DDS uses
OBJK_DataReader_Binary_Qos
The official definition is
but Micro-XRCE-DDS uses
OBJK_DataReader_Binary and OBJK_DataWriter_Binary
The official definition is
and similar for OBJK_DataWriter_Binary, but Micro-XRCE-DDS uses
and similar for OBJK_DataWriter_Binary.
The text was updated successfully, but these errors were encountered: