mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
restoring throttle i term for SIM
This commit is contained in:
parent
59fb774226
commit
50703ed847
@ -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