mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_AHRS : Add reset of EKF gyro bias states
This commit is contained in:
parent
1ab5d71927
commit
d04a740bcb
@ -57,7 +57,8 @@ void AP_AHRS_NavEKF::reset_gyro_drift(void)
|
||||
// update DCM
|
||||
AP_AHRS_DCM::reset_gyro_drift();
|
||||
|
||||
// To-Do: add call to do the same on EKF
|
||||
// reset the EKF gyro bias states
|
||||
EKF.resetGyroBias();
|
||||
}
|
||||
|
||||
void AP_AHRS_NavEKF::update(void)
|
||||
|
Loading…
Reference in New Issue
Block a user