Browse Source

Defines: Added new control mode (APPROACH).

mission-4.1.18
Adam M Rivera 13 years ago
parent
commit
83fe6733d4
  1. 5
      ArduCopter/defines.h

5
ArduCopter/defines.h

@ -129,8 +129,9 @@ @@ -129,8 +129,9 @@
#define CIRCLE 7 // AUTO control
#define POSITION 8 // AUTO control
#define LAND 9 // AUTO control
#define OF_LOITER 10 // Hold a single location using optical flow sensor
#define NUM_MODES 11
#define APPROACH 10 // AUTO control
#define OF_LOITER 11 // Hold a single location using optical flow sensor
#define NUM_MODES 12
#define SIMPLE_1 1
#define SIMPLE_2 2

Loading…
Cancel
Save