mirror of https://github.com/ArduPilot/ardupilot
AP_AHRS: support variances from External_AHRS
This commit is contained in:
parent
b69087ae61
commit
04d18f1efb
|
@ -3164,7 +3164,7 @@ bool AP_AHRS::get_variances(float &velVar, float &posVar, float &hgtVar, Vector3
|
|||
|
||||
#if AP_AHRS_EXTERNAL_ENABLED
|
||||
case EKFType::EXTERNAL:
|
||||
return false;
|
||||
return external.get_variances(velVar, posVar, hgtVar, magVar, tasVar);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue