mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ekf2: reset mag_lpf (by zeroing _mag_counter) when resetting mag bias (or changing mags)
- so that there's new filtered data avaiable for reset
This commit is contained in:
parent
ecdade3638
commit
70e95812e7
@ -915,6 +915,8 @@ void Ekf::resetMagBiasAndYaw()
|
||||
}
|
||||
|
||||
_control_status.flags.mag_fault = false;
|
||||
|
||||
_mag_counter = 0;
|
||||
}
|
||||
|
||||
// get EKF innovation consistency check status information comprising of:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user