forked from Archive/PX4-Autopilot
EKF2: sideslip_fusion: remove construced airspeed magnitude check to fuse beta
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
parent
72c6db6b23
commit
ec20f92558
|
@ -71,9 +71,7 @@ void Ekf::controlBetaFusion(const imuSample &imu_delayed)
|
||||||
resetWindToZero();
|
resetWindToZero();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Vector2f(Vector2f(_state.vel) - _state.wind_vel).longerThan(7.f)) {
|
fuseSideslip(_aid_src_sideslip);
|
||||||
fuseSideslip(_aid_src_sideslip);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue