Browse Source

EKF: ensure GPS check status is correctly initialised

master
Paul Riseborough 9 years ago
parent
commit
b295f9050c
  1. 1
      EKF/ekf.cpp

1
EKF/ekf.cpp

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

Loading…
Cancel
Save