AP_NavEKF3: fixed build of standalone replay link test

parameter conversion not needed for replay
This commit is contained in:
Andrew Tridgell 2020-11-24 17:48:37 +11:00
parent 3366ee9496
commit 7eea13f86f

View File

@ -680,8 +680,10 @@ bool NavEKF3::InitialiseFilter(void)
// expected number of IMU frames per prediction
_framesPerPrediction = uint8_t((EKF_TARGET_DT / (_frameTimeUsec * 1.0e-6) + 0.5));
#if !APM_BUILD_TYPE(APM_BUILD_AP_DAL_Standalone)
// convert parameters if necessary
convert_parameters();
#endif
// initialise sources
sources.init();