this is the first step to creating a general AHRS class for ArduPilot
@ -161,7 +161,7 @@ void
AP_DCM::matrix_reset(bool recover_eulers)
{
if (_compass != NULL) {
_compass->null_offsets_disable();
}
// reset the integration terms
@ -152,6 +152,3 @@ private:
};
#endif
@ -76,6 +76,3 @@ private: