mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 12:30:27 +08:00
VehicleStatus.msg: restore VEHICLE_TYPE_* indexes
This was changed in 7cb6464cfb and broke flight review
(https://github.com/PX4/flight_review/issues/310)
This commit is contained in:
@@ -89,9 +89,9 @@ uint8 HIL_STATE_ON = 1
|
|||||||
|
|
||||||
# Current vehicle locomotion method. A vehicle can have different methods (e.g. VTOL transitions from RW to FW method)
|
# Current vehicle locomotion method. A vehicle can have different methods (e.g. VTOL transitions from RW to FW method)
|
||||||
uint8 vehicle_type
|
uint8 vehicle_type
|
||||||
uint8 VEHICLE_TYPE_ROTARY_WING = 0
|
uint8 VEHICLE_TYPE_ROTARY_WING = 1
|
||||||
uint8 VEHICLE_TYPE_FIXED_WING = 1
|
uint8 VEHICLE_TYPE_FIXED_WING = 2
|
||||||
uint8 VEHICLE_TYPE_ROVER = 2
|
uint8 VEHICLE_TYPE_ROVER = 3
|
||||||
|
|
||||||
uint8 FAILSAFE_DEFER_STATE_DISABLED = 0
|
uint8 FAILSAFE_DEFER_STATE_DISABLED = 0
|
||||||
uint8 FAILSAFE_DEFER_STATE_ENABLED = 1
|
uint8 FAILSAFE_DEFER_STATE_ENABLED = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user