From c04bff67de0b3fd1150ffe37cfe15a091d26879c Mon Sep 17 00:00:00 2001 From: Jason Short Date: Tue, 10 Jul 2012 17:18:49 -0700 Subject: [PATCH] Arducopter: Config.h, default gain tweaks from flight tests. --- ArduCopter/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduCopter/config.h b/ArduCopter/config.h index 4e8ef9f1ab..91572294e8 100644 --- a/ArduCopter/config.h +++ b/ArduCopter/config.h @@ -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