Browse Source

Added altitude change flags

mission-4.1.18
Jason Short 13 years ago
parent
commit
dab4fb43d4
  1. 4
      ArduCopter/defines.h

4
ArduCopter/defines.h

@ -106,6 +106,10 @@ @@ -106,6 +106,10 @@
#define HIL_MODE_ATTITUDE 1
#define HIL_MODE_SENSORS 2
#define ASCENDING 1
#define DESCENDING -1
#define REACHED_ALT 0
// Auto Pilot modes
// ----------------
#define STABILIZE 0 // hold level position

Loading…
Cancel
Save