mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
EKF: ensure GPS check status is correctly initialised
This commit is contained in:
parent
9487eac505
commit
b295f9050c
@ -107,6 +107,7 @@ Ekf::Ekf():
|
||||
_delVel_sum = {};
|
||||
_flow_gyro_bias = {};
|
||||
_imu_del_ang_of = {};
|
||||
_gps_check_fail_status.value = 0;
|
||||
}
|
||||
|
||||
Ekf::~Ekf()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user