4.8:33792/zero-takeoff-alt-check - #7971
Open
Hwurzburg wants to merge 1 commit into
Open
Conversation
Hwurzburg
force-pushed
the
4.8/33792/zero-takeoff-alt-check
branch
from
August 16, 2026 15:35
563db2b to
e774ffc
Compare
document zero takeoff altitude mission check Added in ArduPilot/ardupilot#33792. AP_Arming::mission_checks() now fails arming with "Mission: Zero takeoff altitude" if any takeoff-type mission command has an altitude of exactly 0, since that's almost always a forgotten value rather than intentional. Negative altitudes are not checked. Added to both the Mission: prose subsection and the main "Pre-Arm Failure Messages (All vehicle types)" table, matching how the other Mission: entries (No mission library present, No rally library present, Missing mission item: xxxx) are each mirrored in the table. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Hwurzburg
force-pushed
the
4.8/33792/zero-takeoff-alt-check
branch
from
August 18, 2026 16:05
e774ffc to
83f426e
Compare
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.
Documents the zero-takeoff-altitude mission arming check added in ArduPilot/ardupilot#33792.
AP_Arming::mission_checks()now fails arming with "Mission: Zero takeoff altitude" if any takeoff-type mission command has an altitude of exactly 0 (negative altitudes aren't checked). Added to both the Mission: prose subsection and the main "Pre-Arm Failure Messages (All vehicle types)" table, matching how the other Mission: entries are each mirrored in the table.