AP_AHRS : Add reset of EKF gyro bias states

This commit is contained in:
priseborough 2014-10-29 12:20:43 +11:00 committed by Randy Mackay
parent 1ab5d71927
commit d04a740bcb

View File

@ -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)