Plane: fixed constructor of accel_ef filter

This commit is contained in:
Andrew Tridgell 2021-06-06 16:48:16 +10:00
parent 7fadbba086
commit 0ecc02c53a

View File

@ -453,7 +453,7 @@ private:
} landing_detect;
// throttle mix acceleration filter
LowPassFilterVector3f throttle_mix_accel_ef_filter = LowPassFilterVector3f(1.0f);
LowPassFilterVector3f throttle_mix_accel_ef_filter{1.0};
// time we last set the loiter target
uint32_t last_loiter_ms;