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:
parent
55ed84526a
commit
9d75ffeba1
@ -161,7 +161,7 @@ void
|
||||
AP_DCM::matrix_reset(bool recover_eulers)
|
||||
{
|
||||
if (_compass != NULL) {
|
||||
_compass->null_offsets_disable();
|
||||
_compass->null_offsets_disable();
|
||||
}
|
||||
|
||||
// reset the integration terms
|
@ -152,6 +152,3 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -76,6 +76,3 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user