mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Plane: fixed constructor of accel_ef filter
This commit is contained in:
parent
7fadbba086
commit
0ecc02c53a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user