Mavlink: update to latest ArduPilot/mavlink#3748
Closed
christianpetri wants to merge 1 commit into
Closed
Conversation
christianpetri
marked this pull request as draft
July 4, 2026 09:32
christianpetri
force-pushed
the
mavlink-bump-latest-ardupilot-mavlink
branch
from
July 4, 2026 09:37
4106fd6 to
781959a
Compare
christianpetri
marked this pull request as ready for review
July 4, 2026 09:48
christianpetri
force-pushed
the
mavlink-bump-latest-ardupilot-mavlink
branch
from
July 4, 2026 09:49
781959a to
45c4a6c
Compare
Author
christianpetri
force-pushed
the
mavlink-bump-latest-ardupilot-mavlink
branch
from
July 11, 2026 16:47
45c4a6c to
d6ab7b4
Compare
Contributor
|
@christianpetri I'm not a maintainer here. I would suggest that -11,500 lines / +15,5000 lines is a fair indication of "wrong", however. |
Author
|
Closing in favour of #3750, which contains only the minimal change needed: the \MAG_CAL_STATUS\ enum update from mavlink/mavlink#2478 applied to \common.xml\ and the corresponding \Mavlink.cs\ enum block — 2 files, 1 commit. |
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.
Sync MAVLink message definitions from the latest ArduPilot/mavlink and regenerate the Mission Planner MAVLink bindings.
Summary:
Generator fix (ExtLibs/Mavlink/pymavlink/generator/mavgen_cs.py):
entry.param[i].descriptionbefore rendering.<param>text spans multiple lines (e.g. new DO_FIGURE_EIGHT, promoted NAV_ARC_WAYPOINT).cleanTexton enum/entry descriptions but never on param descriptions, so those newlines landed inside single-line///<summary>and[Description("...")]strings and broke the C# parser.cleanTexton all human-readable text) is applied consistently now.Verification:
dotnet build MissionPlanner.csproj -c Debugsucceeds with 0 errors (pre-existing warnings unchanged).Notes:
Mavlink: updatecommits.AI-assisted: prepared with the help of GitHub Copilot (agent mode). All changes were reviewed and locally compiled by the author before submission.