mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 01:44:06 +08:00
activate tas fusion, off by default
This commit is contained in:
parent
3c84d37175
commit
eded0a8f7e
@ -365,9 +365,8 @@ bool Ekf::update()
|
||||
_fuse_flow = false;
|
||||
}
|
||||
|
||||
// TODO This is just to get the logic inside but we will only start fusion once we tested this again
|
||||
//if (_airspeed_buffer.pop_first_older_than(_imu_sample_delayed.time_us, &_airspeed_sample_delayed)) {
|
||||
if (false) {
|
||||
// If we are using airspeed measurements and data has fallen behind the fusion time horizon then fuse it
|
||||
if (_airspeed_buffer.pop_first_older_than(_imu_sample_delayed.time_us, &_airspeed_sample_delayed)) {
|
||||
fuseAirspeed();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user