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
|
|
|
|
2012-01-08 21:59:55 -04:00
|
|
|
// # define CONFIG_APM_HARDWARE APM_HARDWARE_APM2
|
|
|
|
// # define APM2_BETA_HARDWARE
|
|
|
|
|
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 HIL_MODE HIL_MODE_ATTITUDE
|
2011-06-16 14:03:26 -03:00
|
|
|
|
2012-01-04 04:35:05 -04: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
|
|
|
|
2012-01-04 04:35:05 -04: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
|
|
|
*/
|
|
|
|
|
2012-01-08 02:20:45 -04:00
|
|
|
//# define CH7_OPTION CH7_SAVE_WP
|
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-30 03:27:23 -03:00
|
|
|
CH7_ADC_FILTER (experimental)
|
2011-10-29 01:46:31 -03:00
|
|
|
CH7_SAVE_WP
|
2011-09-14 17:58:18 -03:00
|
|
|
*/
|
|
|
|
|
2011-11-05 01:41:51 -03:00
|
|
|
#define ACCEL_ALT_HOLD 0 // disabled by default, work in progress
|
2011-09-30 03:27:23 -03:00
|
|
|
|
2011-09-24 21:40:29 -03:00
|
|
|
|
2011-09-25 19:34:59 -03:00
|
|
|
//#define RATE_ROLL_I 0.18
|
|
|
|
//#define RATE_PITCH_I 0.18
|
2011-10-21 00:38:36 -03:00
|
|
|
//#define MOTORS_JD880
|
2011-12-18 22:29:05 -04:00
|
|
|
//#define MOTORS_JD850
|
2011-10-15 19:29:33 -03:00
|
|
|
|
|
|
|
|
|
|
|
// agmatthews USERHOOKS
|
|
|
|
// the choice of function names is up to the user and does not have to match these
|
|
|
|
// uncomment these hooks and ensure there is a matching function un your "UserCode.pde" file
|
|
|
|
//#define USERHOOK_FASTLOOP userhook_FastLoop();
|
|
|
|
#define USERHOOK_50HZLOOP userhook_50Hz();
|
|
|
|
//#define USERHOOK_MEDIUMLOOP userhook_MediumLoop();
|
|
|
|
//#define USERHOOK_SLOWLOOP userhook_SlowLoop();
|
|
|
|
//#define USERHOOK_SUPERSLOWLOOP userhook_SuperSlowLoop();
|
|
|
|
#define USERHOOK_INIT userhook_init();
|
|
|
|
|
|
|
|
// the choice of includeed variables file (*.h) is up to the user and does not have to match this one
|
|
|
|
// Ensure the defined file exists and is in the arducopter directory
|
|
|
|
#define USERHOOK_VARIABLES "UserVariables.h"
|
|
|
|
|
2012-01-14 15:43:52 -04:00
|
|
|
// to enable, set to 1
|
|
|
|
// to disable, set to 0
|
2012-01-21 02:52:11 -04:00
|
|
|
#define AUTO_THROTTLE_HOLD 1
|
2012-01-14 15:43:52 -04:00
|
|
|
|
2012-02-11 19:54:29 -04:00
|
|
|
//# define LOGGING_ENABLED DISABLED
|
|
|
|
|
|
|
|
|
|
|
|
// Custom channel config - Expert Use Only.
|
|
|
|
// this for defining your own MOT_n to CH_n mapping.
|
|
|
|
// Overrides defaults (for APM1 or APM2) found in config_channels.h
|
|
|
|
// MOT_n variables are used by the Frame mixing code. You must define
|
|
|
|
// MOT_1 through MOT_m where m is the number of motors on your frame.
|
|
|
|
// CH_n variables are used for RC output. These can be CH_1 through CH_8,
|
|
|
|
// and CH_10 or CH_12.
|
|
|
|
// Sample channel config. Must define all MOT_ chanels used by
|
|
|
|
// your FRAME_TYPE.
|
|
|
|
// #define CONFIG_CHANNELS CHANNEL_CONFIG_CUSTOM
|
|
|
|
// #define MOT_1 CH_6
|
|
|
|
// #define MOT_2 CH_3
|
|
|
|
// #define MOT_3 CH_2
|
|
|
|
// #define MOT_4 CH_5
|
|
|
|
// #define MOT_5 CH_1
|
|
|
|
// #define MOT_6 CH_4
|
|
|
|
// #define MOT_7 CH_7
|
|
|
|
// #define MOT_8 CH_8
|
2012-01-14 15:43:52 -04:00
|
|
|
|