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.
Checking the Z variance should help (posVar(2) of the extVisionSample struct) as one of the common problems when the EV systems are providing wrong data is that the position or velocity values tend to vary a lot and rapidly. The problem with this method is that there are EV systems that don't fill the covariance matrix, in those cases the posVar will have the EKF2_EVP_NOISE and the filtering wont apply.
follows PX4/PX4-Autopilot#16489
The EV height starting condition only checks if the gathered data is not too old :
PX4-ECL/EKF/control.cpp
Line 1037 in b919f3d
In some cases, it can be that the EV system provides wrong data; in that case, it should be rejected and EV height should not start (or re-start).
FYI @cimbar
The text was updated successfully, but these errors were encountered: