AP_SpdHgtControl: added VTOL flight stage

This commit is contained in:
Andrew Tridgell 2016-01-01 17:36:18 +11:00
parent aab98ff757
commit 4f70ca22c1

View File

@ -31,9 +31,10 @@ public:
enum FlightStage {
FLIGHT_NORMAL = 1,
FLIGHT_TAKEOFF = 2,
FLIGHT_LAND_APPROACH = 3,
FLIGHT_LAND_FINAL = 4,
FLIGHT_LAND_ABORT = 5
FLIGHT_VTOL = 3,
FLIGHT_LAND_APPROACH = 4,
FLIGHT_LAND_FINAL = 5,
FLIGHT_LAND_ABORT = 6
};
// Update of the pitch and throttle demands