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 adds an extra result member before agent_info in STATUS_AGENT_Payload. According to the official dds_xrce_types.idl, it should be
result
agent_info
STATUS_AGENT_Payload
@extensibility(FINAL) struct STATUS_AGENT_Payload { AGENT_Representation agent_info; };
but an actual STATUS_AGENT message looks like with the extra result member highlighted.
STATUS_AGENT
The text was updated successfully, but these errors were encountered:
Added to 3.0.0 milestone
Sorry, something went wrong.
No branches or pull requests
Micro-XRCE-DDS adds an extra
result
member beforeagent_info
inSTATUS_AGENT_Payload
. According to the official dds_xrce_types.idl, it should bebut an actual
STATUS_AGENT
message looks likewith the extra
result
member highlighted.The text was updated successfully, but these errors were encountered: