mirror of https://github.com/ArduPilot/ardupilot
Lowered I term - causes oscillations in SIM
This commit is contained in:
parent
2ae5d50261
commit
9ea54b3171
|
@ -768,7 +768,7 @@
|
|||
# define ALT_HOLD_P 0.5 //
|
||||
#endif
|
||||
#ifndef ALT_HOLD_I
|
||||
# define ALT_HOLD_I 0.015
|
||||
# define ALT_HOLD_I 0.007
|
||||
#endif
|
||||
#ifndef ALT_HOLD_IMAX
|
||||
# define ALT_HOLD_IMAX 300
|
||||
|
|
Loading…
Reference in New Issue