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
1170893aaa
commit
e976c70e19
@ -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
|
@ -152,6 +152,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -76,6 +76,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user