mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Arducopter: Config.h, default gain tweaks from flight tests.
This commit is contained in:
parent
997031bca0
commit
31d0211960
@ -756,7 +756,7 @@
|
||||
// WP Navigation control gains
|
||||
//
|
||||
#ifndef NAV_P
|
||||
# define NAV_P 2.2 //
|
||||
# define NAV_P 2.4 //
|
||||
#endif
|
||||
#ifndef NAV_I
|
||||
# define NAV_I 0.17 // Wind control
|
||||
@ -805,7 +805,7 @@
|
||||
|
||||
// RATE control
|
||||
#ifndef THROTTLE_P
|
||||
# define THROTTLE_P 0.35 // .25
|
||||
# define THROTTLE_P 0.4 // .25
|
||||
#endif
|
||||
#ifndef THROTTLE_I
|
||||
# define THROTTLE_I 0.0 // Don't edit
|
||||
|
Loading…
Reference in New Issue
Block a user