From 90187e2859d14db67366f1198a960810768e2ba6 Mon Sep 17 00:00:00 2001 From: jasonshort Date: Mon, 5 Sep 2011 18:48:06 +0000 Subject: [PATCH] Upped some gains on Nav based on testing. git-svn-id: https://arducopter.googlecode.com/svn/trunk@3279 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- ArduCopterMega/config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ArduCopterMega/config.h b/ArduCopterMega/config.h index 379d0211c9..6ef9f412b5 100644 --- a/ArduCopterMega/config.h +++ b/ArduCopterMega/config.h @@ -475,17 +475,17 @@ # define LOITER_I 0.01 // #endif #ifndef LOITER_IMAX -# define LOITER_IMAX 8 // degreesĀ° +# define LOITER_IMAX 12 // degreesĀ° #endif #ifndef NAV_P -# define NAV_P 2.4 // for 4.5 ms error = 13.5 pitch +# define NAV_P 2.0 // for 4.5 ms error = 13.5 pitch #endif #ifndef NAV_I -# define NAV_I 0.03 // this +# define NAV_I 0.1 // this #endif #ifndef NAV_IMAX -# define NAV_IMAX 8 // degrees +# define NAV_IMAX 16 // degrees #endif /* @@ -505,7 +505,7 @@ #ifndef WAYPOINT_SPEED_MAX -# define WAYPOINT_SPEED_MAX 300 // for 6m/s error = 13mph +# define WAYPOINT_SPEED_MAX 450 // for 6m/s error = 13mph #endif