mirror of https://github.com/ArduPilot/ardupilot
Added altitude change flags
This commit is contained in:
parent
b6fc8e519c
commit
dab4fb43d4
|
@ -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…
Reference in New Issue