|
APM:Copter
|
#include "Copter.h"Go to the source code of this file.
Macros | |
| #define | CRASH_CHECK_TRIGGER_SEC 2 |
| #define | CRASH_CHECK_ANGLE_DEVIATION_DEG 30.0f |
| #define | CRASH_CHECK_ACCEL_MAX 3.0f |
| #define | PARACHUTE_CHECK_TRIGGER_SEC 1 |
| #define | PARACHUTE_CHECK_ANGLE_DEVIATION_CD 3000 |
| #define CRASH_CHECK_ACCEL_MAX 3.0f |
Definition at line 6 of file crash_check.cpp.
Referenced by Copter::crash_check().
| #define CRASH_CHECK_ANGLE_DEVIATION_DEG 30.0f |
Definition at line 5 of file crash_check.cpp.
Referenced by Copter::crash_check(), and Copter::parachute_check().
| #define CRASH_CHECK_TRIGGER_SEC 2 |
Definition at line 4 of file crash_check.cpp.
Referenced by Copter::crash_check().
| #define PARACHUTE_CHECK_ANGLE_DEVIATION_CD 3000 |
Definition at line 58 of file crash_check.cpp.
| #define PARACHUTE_CHECK_TRIGGER_SEC 1 |
Definition at line 57 of file crash_check.cpp.
Referenced by Copter::parachute_check().
1.8.13