AP_AHRS: NFC spell in comments
This commit is contained in:
parent
9773365237
commit
0ecb14361d
@ -531,8 +531,8 @@ public:
|
||||
}
|
||||
|
||||
// get_variances - provides the innovations normalised using the innovation variance where a value of 0
|
||||
// indicates prefect consistency between the measurement and the EKF solution and a value of of 1 is the maximum
|
||||
// inconsistency that will be accpeted by the filter
|
||||
// indicates perfect consistency between the measurement and the EKF solution and a value of of 1 is the maximum
|
||||
// inconsistency that will be accepted by the filter
|
||||
// boolean false is returned if variances are not available
|
||||
virtual bool get_variances(float &velVar, float &posVar, float &hgtVar, Vector3f &magVar, float &tasVar, Vector2f &offset) const {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user