mavlink: bump submodule to include MAG_CAL_STATUS failure enums#33642
Merged
peterbarker merged 1 commit intoJul 4, 2026
Merged
Conversation
Picks up ArduPilot/mavlink commit 13f2f7351a which adds specific failure reason enums to MAG_CAL_STATUS: - MAG_CAL_FAILED_ORIENTATION (6) - MAG_CAL_FAILED_RADIUS (7) - MAG_CAL_FAILED_OFFSETS (8) - MAG_CAL_FAILED_DIAG_SCALING (9) - MAG_CAL_FAILED_RESIDUALS_HIGH (10) These replace the previous MAG_CAL_BAD_ORIENTATION and MAG_CAL_BAD_RADIUS entries with more granular failure codes.
4 tasks
peterbarker
approved these changes
Jul 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the mavlink submodule from
035ffa630dto13f2f7351a.This picks up ArduPilot/mavlink#506 which adds specific failure reason enums to
MAG_CAL_STATUS, replacing the previousMAG_CAL_BAD_ORIENTATION(6) andMAG_CAL_BAD_RADIUS(7) with more granular codes:MAG_CAL_FAILED_ORIENTATIONMAG_CAL_FAILED_RADIUSMAG_CAL_FAILED_OFFSETSMAG_CAL_FAILED_DIAG_SCALINGMAG_CAL_FAILED_RESIDUALS_HIGHRequired by PR #32757 (AP_Compass: report specific failure reason when fit rejected).
Testing: Verified new enum values are present in generated C headers (
build/sitl/) and in the pymavlink Python dialect after reinstall.Note: This contribution was AI-assisted.