|
|
|
@ -1061,10 +1061,6 @@ private:
@@ -1061,10 +1061,6 @@ private:
|
|
|
|
|
uint32_t lastInnovFailTime_ms; // last time in msec the GPS innovations failed
|
|
|
|
|
bool gpsAccuracyGood; // true when the GPS accuracy is considered to be good enough for safe flight.
|
|
|
|
|
|
|
|
|
|
// States used for unwrapping of compass yaw error
|
|
|
|
|
float innovationIncrement; |
|
|
|
|
float lastInnovation; |
|
|
|
|
|
|
|
|
|
// variables added for optical flow fusion
|
|
|
|
|
obs_ring_buffer_t<of_elements> storedOF; // OF data buffer
|
|
|
|
|
of_elements ofDataNew; // OF data at the current time horizon
|
|
|
|
|