Mathieu Bresciani 230c865fa9
EKF: do not fuse multiple times the same height (#767)
* EKF: do not fuse multiple times the same height

The _fuse_height flag was never set to zero, hence the fusion was called
at each iteration, even if no new data is available.
The effects were: high CPU usage and virtually less measurement noise
due to multiple fusion of the same sample

Also remve unused variables
2020-03-04 10:31:22 +01:00
..
2020-02-01 20:41:12 +11:00
2020-03-03 11:23:45 +01:00
2020-02-01 20:41:12 +11:00
2020-03-03 11:23:45 +01:00
2020-03-03 11:23:45 +01:00
2020-03-03 11:23:45 +01:00