feat(log-analysis): add Plane landing analysis - #2024
Open
nflyernz wants to merge 10 commits into
Open
Conversation
Coverage Report for CI Build 33926127272Coverage increased (+0.1%) to 89.446%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions12 previously-covered lines in 1 file lost coverage.
Coverage Stats💛 - Coveralls |
Signed-off-by: nflyernz <319460892+nflyernz@users.noreply.github.com>
Signed-off-by: nflyernz <319460892+nflyernz@users.noreply.github.com>
Signed-off-by: nflyernz <319460892+nflyernz@users.noreply.github.com>
Signed-off-by: nflyernz <319460892+nflyernz@users.noreply.github.com>
Signed-off-by: nflyernz <319460892+nflyernz@users.noreply.github.com>
Signed-off-by: nflyernz <319460892+nflyernz@users.noreply.github.com>
Signed-off-by: nflyernz <319460892+nflyernz@users.noreply.github.com>
Signed-off-by: nflyernz <319460892+nflyernz@users.noreply.github.com>
Signed-off-by: nflyernz <319460892+nflyernz@users.noreply.github.com>
Signed-off-by: nflyernz <319460892+nflyernz@users.noreply.github.com>
nflyernz
force-pushed
the
plane-landing-analysis
branch
from
September 4, 2026 22:35
0b76609 to
0178029
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.
Summary
Adds ArduPlane 4.7.x landing analysis to AMC using the existing
log-analysis architecture and flat result model.
The implementation is based on the validated landing behavior from
ArduPilotTools (APT), migrated onto AMC-native:
No Plane-specific backend orchestration or frontend path is introduced.
Scope
Initial support is intentionally limited to ArduPlane 4.7.x.
Required evidence:
Optional evidence:
The subsystem also requires at least one operational Plane flight segment.
Landing attempt detection
Supports:
Across the four established APT regression logs:
Landing evidence
Adds objective flat findings for:
Firmware comparison against the reference logs:
Mission LAND target evidence
Implements conservative CMD snapshot reconstruction matching APT:
Reference comparison:
Rangefinder lifecycle evidence
Adds the validated APT RFND lifecycle evidence:
All nine RFND lifecycle fields match across all 16 reference landing attempts.
RFND remains optional.
AMC-specific correctness
Landing GPS consumers use AMC's existing active-receiver convention:
Event-time landing parameter findings also reject non-finite values rather
than emitting NaN/Inf evidence.
Architecture
Follows
ARCHITECTURE_log_analysis.mdand the documented"Extending the Log Analysis System" path.
The PR:
Deliberately out of scope
Not included in this PR:
Distance from LAND point=...Validation
Final applicable non-SITL AMC test run:
Additional validation: