EKF: ensure GPS check status is correctly initialised

This commit is contained in:
Paul Riseborough 2016-04-20 21:53:15 +10:00
parent 9487eac505
commit b295f9050c

View File

@ -107,6 +107,7 @@ Ekf::Ekf():
_delVel_sum = {};
_flow_gyro_bias = {};
_imu_del_ang_of = {};
_gps_check_fail_status.value = 0;
}
Ekf::~Ekf()