mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_SpdHgtControl: added VTOL flight stage
This commit is contained in:
parent
aab98ff757
commit
4f70ca22c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user