2011-09-17 15:25:31 -03:00
|
|
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
|
|
|
|
|
|
// Example config file. Take a look at config.h. Any term define there can be overridden by defining it here.
|
2011-03-21 04:35:54 -03:00
|
|
|
|
|
|
|
// GPS is auto-selected
|
|
|
|
|
2011-05-09 12:46:56 -03:00
|
|
|
//#define MAG_ORIENTATION AP_COMPASS_COMPONENTS_DOWN_PINS_FORWARD
|
2011-09-04 21:15:36 -03:00
|
|
|
//#define GCS_PROTOCOL GCS_PROTOCOL_NONE
|
|
|
|
//#define HIL_MODE HIL_MODE_ATTITUDE
|
2011-06-16 14:03:26 -03:00
|
|
|
|
2011-07-30 17:42:54 -03:00
|
|
|
//#define BROKEN_SLIDER 0 // 1 = yes (use Yaw to enter CLI mode)
|
|
|
|
|
2011-09-04 21:15:36 -03:00
|
|
|
#define FRAME_CONFIG QUAD_FRAME
|
2011-05-14 23:04:52 -03:00
|
|
|
/*
|
|
|
|
options:
|
2011-05-18 20:38:24 -03:00
|
|
|
QUAD_FRAME
|
|
|
|
TRI_FRAME
|
|
|
|
HEXA_FRAME
|
|
|
|
Y6_FRAME
|
2011-05-23 23:14:18 -03:00
|
|
|
OCTA_FRAME
|
2011-06-12 09:14:10 -03:00
|
|
|
HELI_FRAME
|
2011-05-14 23:04:52 -03:00
|
|
|
*/
|
2011-05-14 23:03:23 -03:00
|
|
|
|
2011-09-04 21:15:36 -03:00
|
|
|
#define FRAME_ORIENTATION X_FRAME
|
2011-05-18 20:38:24 -03:00
|
|
|
/*
|
|
|
|
PLUS_FRAME
|
|
|
|
X_FRAME
|
2011-07-30 17:42:54 -03:00
|
|
|
V_FRAME
|
2011-05-18 20:38:24 -03:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
2011-09-23 17:52:10 -03:00
|
|
|
# define CH7_OPTION CH7_DO_NOTHING
|
2011-09-14 17:58:18 -03:00
|
|
|
/*
|
2011-09-20 14:37:50 -03:00
|
|
|
CH7_DO_NOTHING
|
|
|
|
CH7_SET_HOVER
|
|
|
|
CH7_FLIP
|
|
|
|
CH7_SIMPLE_MODE
|
|
|
|
CH7_RTL
|
2011-09-21 20:24:09 -03:00
|
|
|
CH7_AUTO_TRIM
|
2011-09-14 17:58:18 -03:00
|
|
|
*/
|
|
|
|
|
2011-09-04 21:15:36 -03:00
|
|
|
// See the config.h and defines.h files for how to set this up!
|
|
|
|
//
|
|
|
|
|
|
|
|
// lets use Manual throttle during Loiter
|
|
|
|
//#define LOITER_THR THROTTLE_MANUAL
|
|
|
|
# define RTL_YAW YAW_HOLD
|