You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
For consistency with how we handle quality for other sensors, we should read in the GPS data regardless of quality and check if quality, eg fix type, meets minimum required for current use when it's popped from the buffer.
This
https://github.com/PX4/ecl/blob/066392ef0247e010d8d10fb33fc6b5da21476227/EKF/gps_checks.cpp#L119-L119
Can never be true because
collect_gps()
only runs if fix_type > 2https://github.com/PX4/ecl/blob/066392ef0247e010d8d10fb33fc6b5da21476227/EKF/estimator_interface.cpp#L214-L214
The text was updated successfully, but these errors were encountered: