mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
restoring throttle i term for SIM
This commit is contained in:
parent
90ee0f7e09
commit
2dc2a2114a
@ -511,7 +511,7 @@
|
||||
# define THR_HOLD_P 0.4 //
|
||||
#endif
|
||||
#ifndef THR_HOLD_I
|
||||
# define THR_HOLD_I 0.00 // with 4m error, 12.5s windup
|
||||
# define THR_HOLD_I 0.02 // with 4m error, 12.5s windup
|
||||
#endif
|
||||
#ifndef THR_HOLD_IMAX
|
||||
# define THR_HOLD_IMAX 300
|
||||
|
Loading…
Reference in New Issue
Block a user