mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-31 04:58:30 -04:00
AP_AHRS: remove duplicated words from comments
This commit is contained in:
parent
ab10c35390
commit
819b25d918
@ -300,7 +300,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
// get_variances - provides the innovations normalised using the innovation variance where a value of 0
|
// get_variances - provides the innovations normalised using the innovation variance where a value of 0
|
||||||
// indicates perfect consistency between the measurement and the EKF solution and a value of of 1 is the maximum
|
// indicates perfect consistency between the measurement and the EKF solution and a value of 1 is the maximum
|
||||||
// inconsistency that will be accepted by the filter
|
// inconsistency that will be accepted by the filter
|
||||||
// boolean false is returned if variances are not available
|
// boolean false is returned if variances are not available
|
||||||
virtual bool get_variances(float &velVar, float &posVar, float &hgtVar, Vector3f &magVar, float &tasVar) const {
|
virtual bool get_variances(float &velVar, float &posVar, float &hgtVar, Vector3f &magVar, float &tasVar) const {
|
||||||
|
Loading…
Reference in New Issue
Block a user