This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pr-ekfOptFlowFixes: EKF: fix bug causing height offset when GPS use stops EKF: Don't reject saturated flow data when it is the only aiding source EKF: Prevent flow motion check false positives EKF: Don't assume large position uncertainty when starting optical flow nav EKF: relax terrain update requirements for continuing optical flow use EKF: Relax minimum required range finder measurement rate EKF: relax optical flow on ground motion checks EKF: range finder aiding logic fixes EKF: Decouple range finder use criteria checking and selection EKF: Don't auto select range finder for height when on ground. EKF: Fix false triggering of optical flow bad motion checks EKF: update comments EKF: Don't use optical flow if GPS is good and the vehicle is not using range finder for height EKF: Stop using EV for yaw when GPS fusion starts EKF: Add persistence criteria to GPS fail check EKF: allow GPS fallback if quality bad and alternative aiding available EKF: always run GPS checks
- Loading branch information
Showing
7 changed files
with
121 additions
and
102 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
16976d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this update related to EKF baro hgt timeout - reset to baro #9060