2012-04-30 04:17:14 -03:00
|
|
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
|
|
//
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
|
|
//
|
|
|
|
// DO NOT EDIT this file to adjust your configuration. Create your own
|
|
|
|
// APM_Config.h and use APM_Config.h.example as a reference.
|
|
|
|
//
|
|
|
|
// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
|
|
///
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// Default and automatic configuration details.
|
|
|
|
//
|
|
|
|
// Notes for maintainers:
|
|
|
|
//
|
|
|
|
// - Try to keep this file organised in the same order as APM_Config.h.example
|
|
|
|
//
|
|
|
|
|
|
|
|
#include "defines.h"
|
|
|
|
|
|
|
|
///
|
|
|
|
/// DO NOT EDIT THIS INCLUDE - if you want to make a local change, make that
|
|
|
|
/// change in your local copy of APM_Config.h.
|
|
|
|
///
|
|
|
|
#include "APM_Config.h" // <== THIS INCLUDE, DO NOT EDIT IT. EVER.
|
|
|
|
///
|
|
|
|
/// DO NOT EDIT THIS INCLUDE - if you want to make a local change, make that
|
|
|
|
/// change in your local copy of APM_Config.h.
|
|
|
|
///
|
|
|
|
|
2012-12-21 22:21:34 -04:00
|
|
|
#if defined( __AVR_ATmega1280__ )
|
|
|
|
// default choices for a 1280. We can't fit everything in, so we
|
|
|
|
// make some popular choices by default
|
|
|
|
#define LOGGING_ENABLED DISABLED
|
|
|
|
#ifndef MOUNT
|
|
|
|
# define MOUNT DISABLED
|
|
|
|
#endif
|
|
|
|
#ifndef CAMERA
|
|
|
|
# define CAMERA DISABLED
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
2012-04-30 04:17:14 -03:00
|
|
|
// Just so that it's completely clear...
|
|
|
|
#define ENABLED 1
|
|
|
|
#define DISABLED 0
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
2014-07-06 23:05:56 -03:00
|
|
|
// sensor types
|
|
|
|
|
2012-04-30 04:17:14 -03:00
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
2014-07-06 23:05:56 -03:00
|
|
|
// HIL_MODE OPTIONAL
|
|
|
|
|
|
|
|
#ifndef HIL_MODE
|
|
|
|
#define HIL_MODE HIL_MODE_DISABLED
|
|
|
|
#endif
|
|
|
|
|
2012-12-18 07:44:12 -04:00
|
|
|
#if CONFIG_HAL_BOARD == HAL_BOARD_APM1
|
2012-04-30 04:17:14 -03:00
|
|
|
# define BATTERY_PIN_1 0
|
|
|
|
# define CURRENT_PIN_1 1
|
2012-12-18 07:44:12 -04:00
|
|
|
#elif CONFIG_HAL_BOARD == HAL_BOARD_APM2
|
2012-04-30 04:17:14 -03:00
|
|
|
# define BATTERY_PIN_1 1
|
|
|
|
# define CURRENT_PIN_1 2
|
2015-05-04 03:18:29 -03:00
|
|
|
#elif CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
2012-12-18 07:44:12 -04:00
|
|
|
# define BATTERY_PIN_1 1
|
|
|
|
# define CURRENT_PIN_1 2
|
2013-01-02 07:14:35 -04:00
|
|
|
#elif CONFIG_HAL_BOARD == HAL_BOARD_PX4
|
|
|
|
# define BATTERY_PIN_1 -1
|
|
|
|
# define CURRENT_PIN_1 -1
|
2013-09-23 04:07:37 -03:00
|
|
|
#elif CONFIG_HAL_BOARD == HAL_BOARD_FLYMAPLE
|
|
|
|
# define BATTERY_PIN_1 20
|
|
|
|
# define CURRENT_PIN_1 19
|
2013-09-28 08:48:00 -03:00
|
|
|
#elif CONFIG_HAL_BOARD == HAL_BOARD_LINUX
|
|
|
|
# define BATTERY_PIN_1 -1
|
|
|
|
# define CURRENT_PIN_1 -1
|
2014-03-31 14:58:48 -03:00
|
|
|
#elif CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
|
|
|
|
# define BATTERY_PIN_1 -1
|
|
|
|
# define CURRENT_PIN_1 -1
|
2013-12-21 07:27:06 -04:00
|
|
|
#endif
|
|
|
|
|
2012-04-30 04:17:14 -03:00
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// HIL_MODE OPTIONAL
|
|
|
|
|
|
|
|
#ifndef HIL_MODE
|
|
|
|
#define HIL_MODE HIL_MODE_DISABLED
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef MAV_SYSTEM_ID
|
|
|
|
# define MAV_SYSTEM_ID 1
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
2014-07-29 08:36:26 -03:00
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// FrSky telemetry support
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef FRSKY_TELEM_ENABLED
|
|
|
|
#if CONFIG_HAL_BOARD == HAL_BOARD_APM1 || CONFIG_HAL_BOARD == HAL_BOARD_APM2
|
|
|
|
# define FRSKY_TELEM_ENABLED DISABLED
|
|
|
|
#else
|
|
|
|
# define FRSKY_TELEM_ENABLED ENABLED
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
2012-04-30 04:17:14 -03:00
|
|
|
#ifndef CH7_OPTION
|
2013-02-07 18:21:22 -04:00
|
|
|
# define CH7_OPTION CH7_SAVE_WP
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef TUNING_OPTION
|
|
|
|
# define TUNING_OPTION TUN_NONE
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// INPUT_VOLTAGE
|
|
|
|
//
|
|
|
|
#ifndef INPUT_VOLTAGE
|
|
|
|
# define INPUT_VOLTAGE 4.68 // 4.68 is the average value for a sample set. This is the value at the processor with 5.02 applied at the servo rail
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// MAGNETOMETER
|
|
|
|
#ifndef MAGNETOMETER
|
2013-02-21 16:14:38 -04:00
|
|
|
# define MAGNETOMETER ENABLED
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
2013-02-07 18:21:22 -04:00
|
|
|
// MODE
|
|
|
|
// MODE_CHANNEL
|
2012-04-30 04:17:14 -03:00
|
|
|
//
|
2013-02-07 18:21:22 -04:00
|
|
|
#ifndef MODE_CHANNEL
|
|
|
|
# define MODE_CHANNEL 8
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
2013-02-07 18:21:22 -04:00
|
|
|
#if (MODE_CHANNEL != 5) && (MODE_CHANNEL != 6) && (MODE_CHANNEL != 7) && (MODE_CHANNEL != 8)
|
2012-04-30 04:17:14 -03:00
|
|
|
# error XXX
|
2013-02-07 18:21:22 -04:00
|
|
|
# error XXX You must set MODE_CHANNEL to 5, 6, 7 or 8
|
2012-04-30 04:17:14 -03:00
|
|
|
# error XXX
|
|
|
|
#endif
|
|
|
|
|
2013-02-07 18:21:22 -04:00
|
|
|
#if !defined(MODE_1)
|
|
|
|
# define MODE_1 LEARNING
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
2013-02-07 18:21:22 -04:00
|
|
|
#if !defined(MODE_2)
|
|
|
|
# define MODE_2 LEARNING
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
2013-02-07 18:21:22 -04:00
|
|
|
#if !defined(MODE_3)
|
|
|
|
# define MODE_3 LEARNING
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
2013-02-07 18:21:22 -04:00
|
|
|
#if !defined(MODE_4)
|
|
|
|
# define MODE_4 LEARNING
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
2013-02-07 18:21:22 -04:00
|
|
|
#if !defined(MODE_5)
|
|
|
|
# define MODE_5 LEARNING
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
2013-02-07 18:21:22 -04:00
|
|
|
#if !defined(MODE_6)
|
|
|
|
# define MODE_6 MANUAL
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
2013-02-07 18:21:22 -04:00
|
|
|
// failsafe defaults
|
2012-04-30 04:17:14 -03:00
|
|
|
#ifndef THROTTLE_FAILSAFE
|
|
|
|
# define THROTTLE_FAILSAFE ENABLED
|
|
|
|
#endif
|
|
|
|
#ifndef THROTTLE_FS_VALUE
|
|
|
|
# define THROTTLE_FS_VALUE 950
|
|
|
|
#endif
|
|
|
|
#ifndef LONG_FAILSAFE_ACTION
|
|
|
|
# define LONG_FAILSAFE_ACTION 0
|
|
|
|
#endif
|
|
|
|
#ifndef GCS_HEARTBEAT_FAILSAFE
|
|
|
|
# define GCS_HEARTBEAT_FAILSAFE DISABLED
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// THROTTLE_OUT
|
|
|
|
//
|
|
|
|
#ifndef THROTTE_OUT
|
|
|
|
# define THROTTLE_OUT ENABLED
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// STARTUP BEHAVIOUR
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// GROUND_START_DELAY
|
|
|
|
//
|
|
|
|
#ifndef GROUND_START_DELAY
|
|
|
|
# define GROUND_START_DELAY 0
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// MOUNT (ANTENNA OR CAMERA)
|
|
|
|
//
|
|
|
|
#ifndef MOUNT
|
2013-07-14 20:57:00 -03:00
|
|
|
# define MOUNT ENABLED
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// CAMERA control
|
|
|
|
//
|
|
|
|
#ifndef CAMERA
|
|
|
|
# define CAMERA ENABLED
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// AIRSPEED_CRUISE
|
|
|
|
//
|
2013-02-07 18:21:22 -04:00
|
|
|
#ifndef SPEED_CRUISE
|
|
|
|
# define SPEED_CRUISE 3 // 3 m/s
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef GSBOOST
|
|
|
|
# define GSBOOST 0
|
|
|
|
#endif
|
|
|
|
#ifndef GSBOOST
|
|
|
|
# define GSBOOST 0
|
|
|
|
#endif
|
|
|
|
#ifndef NUDGE_OFFSET
|
|
|
|
# define NUDGE_OFFSET 0
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef E_GLIDER
|
|
|
|
# define E_GLIDER ENABLED
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef TURN_GAIN
|
|
|
|
# define TURN_GAIN 5
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Servo Mapping
|
|
|
|
//
|
|
|
|
#ifndef THROTTLE_MIN
|
|
|
|
# define THROTTLE_MIN 0 // percent
|
|
|
|
#endif
|
|
|
|
#ifndef THROTTLE_CRUISE
|
|
|
|
# define THROTTLE_CRUISE 45
|
|
|
|
#endif
|
|
|
|
#ifndef THROTTLE_MAX
|
2013-02-21 17:38:13 -04:00
|
|
|
# define THROTTLE_MAX 100
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Attitude control gains
|
|
|
|
//
|
2013-02-07 18:21:22 -04:00
|
|
|
#ifndef SERVO_STEER_P
|
|
|
|
# define SERVO_STEER_P 0.4
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
2013-02-07 18:21:22 -04:00
|
|
|
#ifndef SERVO_STEER_I
|
|
|
|
# define SERVO_STEER_I 0.0
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
2013-02-07 18:21:22 -04:00
|
|
|
#ifndef SERVO_STEER_D
|
|
|
|
# define SERVO_STEER_D 0.0
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
2013-02-07 18:21:22 -04:00
|
|
|
#ifndef SERVO_STEER_INT_MAX
|
|
|
|
# define SERVO_STEER_INT_MAX 5
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
2013-02-07 18:21:22 -04:00
|
|
|
#define SERVO_STEER_INT_MAX_CENTIDEGREE SERVO_STEER_INT_MAX*100
|
2012-04-30 04:17:14 -03:00
|
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Crosstrack compensation
|
|
|
|
//
|
|
|
|
#ifndef XTRACK_GAIN
|
|
|
|
# define XTRACK_GAIN 1 // deg/m
|
|
|
|
#endif
|
|
|
|
#ifndef XTRACK_ENTRY_ANGLE
|
2013-02-21 17:38:13 -04:00
|
|
|
# define XTRACK_ENTRY_ANGLE 50 // deg
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
|
|
|
# define XTRACK_GAIN_SCALED XTRACK_GAIN*100
|
|
|
|
# define XTRACK_ENTRY_ANGLE_CENTIDEGREE XTRACK_ENTRY_ANGLE*100
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Dataflash logging control
|
|
|
|
//
|
|
|
|
#ifndef LOGGING_ENABLED
|
|
|
|
# define LOGGING_ENABLED ENABLED
|
|
|
|
#endif
|
|
|
|
|
2013-12-29 19:24:01 -04:00
|
|
|
#if CONFIG_HAL_BOARD == HAL_BOARD_APM1 || CONFIG_HAL_BOARD == HAL_BOARD_APM2
|
2013-04-19 10:54:26 -03:00
|
|
|
#define DEFAULT_LOG_BITMASK \
|
|
|
|
MASK_LOG_ATTITUDE_MED | \
|
|
|
|
MASK_LOG_GPS | \
|
|
|
|
MASK_LOG_PM | \
|
2013-07-14 20:57:00 -03:00
|
|
|
MASK_LOG_CTUN | \
|
2013-04-19 10:54:26 -03:00
|
|
|
MASK_LOG_NTUN | \
|
|
|
|
MASK_LOG_MODE | \
|
|
|
|
MASK_LOG_CMD | \
|
|
|
|
MASK_LOG_SONAR | \
|
2013-04-20 14:31:21 -03:00
|
|
|
MASK_LOG_COMPASS | \
|
2013-07-14 20:57:00 -03:00
|
|
|
MASK_LOG_CURRENT | \
|
2013-12-15 20:14:58 -04:00
|
|
|
MASK_LOG_STEERING | \
|
2013-07-14 20:57:00 -03:00
|
|
|
MASK_LOG_CAMERA
|
2013-12-29 19:24:01 -04:00
|
|
|
#else
|
|
|
|
// other systems have plenty of space for full logs
|
|
|
|
#define DEFAULT_LOG_BITMASK 0xffff
|
|
|
|
#endif
|
2012-04-30 04:17:14 -03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Developer Items
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef STANDARD_SPEED
|
|
|
|
# define STANDARD_SPEED 3.0
|
|
|
|
#define STANDARD_SPEED_SQUARED (STANDARD_SPEED * STANDARD_SPEED)
|
|
|
|
#endif
|
|
|
|
#define STANDARD_THROTTLE_SQUARED (THROTTLE_CRUISE * THROTTLE_CRUISE)
|
|
|
|
|
|
|
|
// use this to enable servos in HIL mode
|
|
|
|
#ifndef HIL_SERVOS
|
|
|
|
# define HIL_SERVOS DISABLED
|
|
|
|
#endif
|
|
|
|
|
|
|
|
// use this to completely disable the CLI
|
|
|
|
#ifndef CLI_ENABLED
|
2015-03-13 08:40:06 -03:00
|
|
|
#if HAL_CPU_CLASS > HAL_CPU_CLASS_16
|
2012-04-30 04:17:14 -03:00
|
|
|
# define CLI_ENABLED ENABLED
|
2015-03-13 08:40:06 -03:00
|
|
|
#else
|
|
|
|
# define CLI_ENABLED DISABLED
|
|
|
|
#endif
|
2012-04-30 04:17:14 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
// if RESET_SWITCH_CH is not zero, then this is the PWM value on
|
|
|
|
// that channel where we reset the control mode to the current switch
|
|
|
|
// position (to for example return to switched mode after failsafe or
|
|
|
|
// fence breach)
|
|
|
|
#ifndef RESET_SWITCH_CHAN_PWM
|
|
|
|
# define RESET_SWITCH_CHAN_PWM 1750
|
|
|
|
#endif
|
|
|
|
|
2012-11-17 02:45:20 -04:00
|
|
|
#ifndef BOOSTER
|
|
|
|
# define BOOSTER 2 // booster factor x1 = 1 or x2 = 2
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef SONAR_ENABLED
|
|
|
|
# define SONAR_ENABLED DISABLED
|
|
|
|
#endif
|
2013-11-08 07:29:13 -04:00
|
|
|
|
|
|
|
/*
|
|
|
|
build a firmware version string.
|
|
|
|
GIT_VERSION comes from Makefile builds
|
|
|
|
*/
|
|
|
|
#ifndef GIT_VERSION
|
|
|
|
#define FIRMWARE_STRING THISFIRMWARE
|
|
|
|
#else
|
|
|
|
#define FIRMWARE_STRING THISFIRMWARE " (" GIT_VERSION ")"
|
|
|
|
#endif
|