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

Incompatibility Flags check #252

Merged
merged 1 commit into from
Aug 10, 2024
Merged

Conversation

pv42
Copy link
Contributor

@pv42 pv42 commented Aug 8, 2024

As described in the MAVLink documentation MAVLink 2 messages with unknown Incompatibility Flags must be discard. This PR implements this behavior with the sole known flag being MAVLINK_IFLAG_SIGNED.
This is technically a semver breaking change since it causes previously accepted messages with unknown flags to be rejected.
Detailed changes:

  • read_v2_raw_message and read_v2_raw_message_async ignore messages with Incompatibility Flags other then MAVLINK_IFLAG_SIGNED set

@patrickelectric patrickelectric merged commit c93fd57 into mavlink:master Aug 10, 2024
26 checks passed
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

Successfully merging this pull request may close these issues.

2 participants