AP_NavEKF3: do not look at takeoff for zero velocity fusion#33115
Open
andyp1per wants to merge 1 commit into
Open
AP_NavEKF3: do not look at takeoff for zero velocity fusion#33115andyp1per wants to merge 1 commit into
andyp1per wants to merge 1 commit into
Conversation
9 tasks
Contributor
|
@andyp1per I think we merge this, but I'd like to consider if we should disable the zero vel fusion when fly-forward flag is set |
tridge
approved these changes
May 20, 2026
Contributor
|
We discovered during the investigation of logs from PeterB's revert PR #33128 that plane, with no GPS, will incorrectly determine that it is not flying once its air speed drops close to zero. We had a lengthy discussion about the difficulties of determining if a fixed wing is flying or not. |
Contributor
|
What about the similar |
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
Fixes the plane dead reckoning tests, by not considering takeoff as a potential time to not fuse.
Classification & Testing (check all that apply and add your own)
Description
This is a simpler fix than #32986 - it fixes the dead reckoning tests in an obvious way. It does mean that zero velocity fusion occurs when armed and on the ground, but t hat was true before anyway