mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
added stab_d gain scheduling - off by default
This commit is contained in:
parent
27f6afd178
commit
4e2a54566b
@ -644,7 +644,11 @@
|
||||
|
||||
|
||||
#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
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user