From b493cb1e5517b3f7d241b3ffffb8a1a42c88c099 Mon Sep 17 00:00:00 2001 From: Jason Short Date: Thu, 12 Jan 2012 22:27:28 -0800 Subject: [PATCH] removed unused defines lowered default Loiter gain --- ArduCopter/config.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/ArduCopter/config.h b/ArduCopter/config.h index cde96d43f0..c9276f957a 100644 --- a/ArduCopter/config.h +++ b/ArduCopter/config.h @@ -487,13 +487,6 @@ #endif -// experimental feature for -#ifndef WIND_COMP_STAB -# define WIND_COMP_STAB 0 -#endif - - - ////////////////////////////////////////////////////////////////////////////// // Attitude Control // @@ -618,10 +611,10 @@ // Loiter control gains // #ifndef LOITER_P -# define LOITER_P 2.4 // was .25 in previous +# define LOITER_P 2.0 // was .25 in previous #endif #ifndef LOITER_I -# define LOITER_I 0.1 // Wind control +# define LOITER_I 0.05 // Wind control #endif #ifndef LOITER_IMAX # define LOITER_IMAX 30 // degreesĀ°