Skip to content
New issue

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

MavFrame serialize into a vector with wrong fields order #139

Open
qwerty19106 opened this issue Nov 25, 2022 · 0 comments
Open

MavFrame serialize into a vector with wrong fields order #139

qwerty19106 opened this issue Nov 25, 2022 · 0 comments

Comments

@qwerty19106
Copy link
Contributor

True fields order for Mavlink Serialization:

  • magic (start)
  • len
  • ... (V2 fields)
  • sequence
  • system_id
  • component_id
  • message_id
  • payload
  • checksum

Now (MavFrame::ser method):

  • system_id
  • component_id
  • sequence
  • message_id
  • payload

In addition, MavFrame::ser and MavFrame::deser methods are not used in the MavConnection implementors as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant