Defines: Added new control mode (APPROACH).
This commit is contained in:
parent
f5e0b002ba
commit
fb5dc3085b
@ -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…
Reference in New Issue
Block a user