We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
activity
config
ObjectInfo
@extensibility(FINAL) struct ObjectInfo { @optional ActivityInfoVariant activity; @optional ObjectVariant config; };
But an actual INFO message looks like which has config first.
The text was updated successfully, but these errors were encountered:
Is the dissector also in the wrong order?
Sorry, something went wrong.
Yes. That's how I discovered the bug, because I couldn't properly dissect the INFO message if I didn't swap the order.
We will take this into account in next release
No branches or pull requests
Micro-XRCE-DDS reverses the order of the
activity
andconfig
members inObjectInfo
. According to the official dds_xrce_types.idl, it should beBut an actual INFO message looks like
which has
config
first.The text was updated successfully, but these errors were encountered: