mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Copter: TradHeli, change Rate FF LPF to 10Hz
This commit is contained in:
parent
337cd3d4a7
commit
18bac524a3
@ -11,7 +11,7 @@
|
||||
#include <Filter.h>
|
||||
|
||||
#define AC_ATTITUDE_HELI_RATE_INTEGRATOR_LEAK_RATE 0.02f
|
||||
#define AC_ATTITUDE_HELI_RATE_RP_FF_FILTER 5.0f
|
||||
#define AC_ATTITUDE_HELI_RATE_RP_FF_FILTER 10.0f
|
||||
#define AC_ATTITUDE_HELI_RATE_Y_VFF_FILTER 10.0f
|
||||
#define AC_ATTITUDE_HELI_RATE_Y_AFF_FILTER 10.0f
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user