|
|
@ -296,6 +296,11 @@ |
|
|
|
#define FS_GCS_ENABLED_ALWAYS_RTL 1 |
|
|
|
#define FS_GCS_ENABLED_ALWAYS_RTL 1 |
|
|
|
#define FS_GCS_ENABLED_CONTINUE_MISSION 2 |
|
|
|
#define FS_GCS_ENABLED_CONTINUE_MISSION 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// pre-arm baro vs inertial nav max alt disparity
|
|
|
|
|
|
|
|
#ifndef PREARM_MAX_ALT_DISPARITY_CMS |
|
|
|
|
|
|
|
# define PREARM_MAX_ALT_DISPARITY_CMS 100 // barometer and inertial nav altitude must be within this many centimeters
|
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
// pre-arm check max velocity
|
|
|
|
// pre-arm check max velocity
|
|
|
|
#ifndef PREARM_MAX_VELOCITY_CMS |
|
|
|
#ifndef PREARM_MAX_VELOCITY_CMS |
|
|
|
# define PREARM_MAX_VELOCITY_CMS 50.0f // vehicle must be travelling under 50cm/s before arming
|
|
|
|
# define PREARM_MAX_VELOCITY_CMS 50.0f // vehicle must be travelling under 50cm/s before arming
|
|
|
|