diff --git a/libraries/AP_AHRS/AP_AHRS_DCM.h b/libraries/AP_AHRS/AP_AHRS_DCM.h index 4179c7cf3b..6693fecd53 100644 --- a/libraries/AP_AHRS/AP_AHRS_DCM.h +++ b/libraries/AP_AHRS/AP_AHRS_DCM.h @@ -40,7 +40,7 @@ public: // return the smoothed gyro vector corrected for drift const Vector3f get_gyro(void) const { - return _omega + _omega_P + _omega_yaw_P; + return _omega; } // return rotation matrix representing rotaton from body to earth axes