Skip to content

Commit

Permalink
VehicleStatus.msg: make clear that vehicle_status should refer to cur…
Browse files Browse the repository at this point in the history
…rent locomotion method

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
  • Loading branch information
sfuhrer authored and MaEtUgR committed Mar 4, 2025
1 parent d857a27 commit a127a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msg/versioned/VehicleStatus.msg
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ uint8 hil_state
uint8 HIL_STATE_OFF = 0
uint8 HIL_STATE_ON = 1

# If it's a VTOL, then the value will be VEHICLE_TYPE_ROTARY_WING while flying as a multicopter, and VEHICLE_TYPE_FIXED_WING when flying as a fixed-wing
# 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_ROTARY_WING = 0
uint8 VEHICLE_TYPE_FIXED_WING = 1
Expand Down

0 comments on commit a127a82

Please sign in to comment.