AP_AHRS : remove duplicated words from comments

This commit is contained in:
RuffaloVM 2022-02-04 10:27:48 +09:00 committed by Peter Hall
parent 588e2e0745
commit bb1bd69172
2 changed files with 2 additions and 2 deletions

View File

@ -2815,7 +2815,7 @@ bool AP_AHRS::is_vibration_affected() const
}
// 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
// indicates prefect consistency between the measurement and the EKF solution and a value of 1 is the maximum
// inconsistency that will be accpeted by the filter
// boolean false is returned if variances are not available
bool AP_AHRS::get_variances(float &velVar, float &posVar, float &hgtVar, Vector3f &magVar, float &tasVar) const

View File

@ -327,7 +327,7 @@ public:
bool is_vibration_affected() const;
// 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
// boolean false is returned if variances are not available
bool get_variances(float &velVar, float &posVar, float &hgtVar, Vector3f &magVar, float &tasVar) const;