From 4c8c09edac2ea6d263e364004a4d18a7200e8d35 Mon Sep 17 00:00:00 2001 From: jasonshort Date: Tue, 25 Jan 2011 06:28:34 +0000 Subject: [PATCH] added instructions for Acro setting git-svn-id: https://arducopter.googlecode.com/svn/trunk@1557 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- ArduCopterMega/APM_Config.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ArduCopterMega/APM_Config.h b/ArduCopterMega/APM_Config.h index 6e97c8a941..a8a0c96732 100644 --- a/ArduCopterMega/APM_Config.h +++ b/ArduCopterMega/APM_Config.h @@ -10,6 +10,13 @@ #define MAGORIENTATION AP_COMPASS_COMPONENTS_DOWN_PINS_FORWARD +#define ACRO_RATE_TRIGGER 4200 +// if you want full ACRO mode, set value to 0 +// if you want safe ACRO mode, set value to 100 +// if you want mostly stabilize with flips, set value to 4200 + + + // For future development, don't enable unless you know them // These are all experimental and underwork, jp 23-12-10 //#define ENABLE_EXTRAS ENABLED