|
|
|
@ -1105,7 +1105,6 @@ private:
@@ -1105,7 +1105,6 @@ private:
|
|
|
|
|
uint32_t lastRngMeasTime_ms; // Timestamp of last range measurement
|
|
|
|
|
uint8_t rngMeasIndex[2]; // Current range measurement ringbuffer index for dual range sensors
|
|
|
|
|
bool terrainHgtStable; // true when the terrain height is stable enough to be used as a height reference
|
|
|
|
|
uint32_t terrainHgtStableSet_ms; // system time at which terrainHgtStable was set
|
|
|
|
|
|
|
|
|
|
// Range Beacon Sensor Fusion
|
|
|
|
|
obs_ring_buffer_t<rng_bcn_elements> storedRangeBeacon; // Beacon range buffer
|
|
|
|
|