|
|
|
@ -1001,7 +1001,6 @@ private:
@@ -1001,7 +1001,6 @@ private:
|
|
|
|
|
uint32_t lastTasPassTime_ms; // time stamp when airspeed measurement last passed innovation consistency check (msec)
|
|
|
|
|
uint32_t lastTimeGpsReceived_ms;// last time we received GPS data
|
|
|
|
|
uint32_t timeAtLastAuxEKF_ms; // last time the auxiliary filter was run to fuse range or optical flow measurements
|
|
|
|
|
uint32_t secondLastGpsTime_ms; // time of second last GPS fix used to determine how long since last update
|
|
|
|
|
uint32_t lastHealthyMagTime_ms; // time the magnetometer was last declared healthy
|
|
|
|
|
bool allMagSensorsFailed; // true if all magnetometer sensors have timed out on this flight and we are no longer using magnetometer data
|
|
|
|
|
uint32_t lastSynthYawTime_ms; // time stamp when yaw observation was last fused (msec)
|
|
|
|
|