Skip to content

Commit

Permalink
px4: update vehicle vtol types
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng committed Mar 22, 2024
1 parent 72ac49f commit 4aaf8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyulog/px4.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def get_mav_type(self):
19: 'Two-rotor VTOL (Tailsitter)',
20: 'Quad-rotor VTOL (Tailsitter)',
21: 'Tiltrotor VTOL',
22: 'VTOL Standard', #VTOL reserved 2
23: 'VTOL reserved 3',
22: 'VTOL Standard',
23: 'VTOL Tailsitter',
24: 'VTOL reserved 4',
25: 'VTOL reserved 5',
26: 'Onboard Gimbal',
Expand Down

0 comments on commit 4aaf8a4

Please sign in to comment.