|
|
|
@ -214,7 +214,7 @@ public:
@@ -214,7 +214,7 @@ public:
|
|
|
|
|
// 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
|
|
|
|
|
// boolean false is returned if variances are not available
|
|
|
|
|
bool get_variances(float &velVar, float &posVar, float &hgtVar, Vector3f &magVar, float &tasVar, Vector2f &offset) const; |
|
|
|
|
bool get_variances(float &velVar, float &posVar, float &hgtVar, Vector3f &magVar, float &tasVar, Vector2f &offset) const override; |
|
|
|
|
|
|
|
|
|
// returns the expected NED magnetic field
|
|
|
|
|
bool get_mag_field_NED(Vector3f& ret) const; |
|
|
|
|