Skip to content

Commit

Permalink
mavutil.py: add vtol mode mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
tajisoft authored and tridge committed Jul 22, 2023
1 parent 21e3220 commit 38c0b3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mavutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -2106,6 +2106,9 @@ def mode_string_v09(msg):
mavlink.MAV_TYPE_COAXIAL: mode_mapping_acm,
# plane
mavlink.MAV_TYPE_FIXED_WING: mode_mapping_apm,
mavlink.MAV_TYPE_VTOL_DUOROTOR: mode_mapping_apm,
mavlink.MAV_TYPE_VTOL_QUADROTOR: mode_mapping_apm,
mavlink.MAV_TYPE_VTOL_TILTROTOR: mode_mapping_apm,
# rover
mavlink.MAV_TYPE_GROUND_ROVER: mode_mapping_rover,
# boat
Expand Down

0 comments on commit 38c0b3c

Please sign in to comment.