mirror of https://github.com/ArduPilot/ardupilot
added stab_d gain scheduling - off by default
This commit is contained in:
parent
27f6afd178
commit
4e2a54566b
|
@ -644,7 +644,11 @@
|
||||||
|
|
||||||
|
|
||||||
#ifndef STABILIZE_D
|
#ifndef STABILIZE_D
|
||||||
# define STABILIZE_D 0.05
|
# define STABILIZE_D 0.1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef STABILIZE_D_SCHEDULE
|
||||||
|
# define STABILIZE_D_SCHEDULE 0.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue