AHRS: rename DCM and Quaternion implementions ready for AHRS class

this is the first step to creating a general AHRS class for ArduPilot
This commit is contained in:
Andrew Tridgell 2012-03-11 16:30:49 +11:00
parent 1170893aaa
commit e976c70e19
10 changed files with 1 additions and 7 deletions

View File

@ -161,7 +161,7 @@ void
AP_DCM::matrix_reset(bool recover_eulers) AP_DCM::matrix_reset(bool recover_eulers)
{ {
if (_compass != NULL) { if (_compass != NULL) {
_compass->null_offsets_disable(); _compass->null_offsets_disable();
} }
// reset the integration terms // reset the integration terms

View File

@ -152,6 +152,3 @@ private:
}; };
#endif #endif

View File

@ -76,6 +76,3 @@ private:
}; };
#endif #endif