mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 08:00:34 +08:00
disable airspeed fusion for now. Needs more testing and implementation of side slip fusion
This commit is contained in:
+2
-1
@@ -327,7 +327,8 @@ bool Ekf::update()
|
||||
}
|
||||
|
||||
// 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 (_airspeed_buffer.pop_first_older_than(_imu_sample_delayed.time_us, &_airspeed_sample_delayed)) {
|
||||
if (false) {
|
||||
fuseAirspeed();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user