mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 15:47:34 +08:00
EKF: Don't use EKF origin in GPS drift check calculation
The GPS drift calculations need to be able to run independently of the EKF origin.
This commit is contained in:
committed by
Lorenz Meier
parent
a1a5734443
commit
0d7e7e9d81
@@ -67,6 +67,8 @@ EstimatorInterface::EstimatorInterface():
|
||||
_gps_origin_eph(0.0f),
|
||||
_gps_origin_epv(0.0f),
|
||||
_pos_ref{},
|
||||
_gps_pos_prev{},
|
||||
_gps_alt_prev(0.0f),
|
||||
_yaw_test_ratio(0.0f),
|
||||
_mag_test_ratio{},
|
||||
_vel_pos_test_ratio{},
|
||||
|
||||
Reference in New Issue
Block a user