mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 07:07:35 +08:00
Add Plane VTail to image group metadata
This commit is contained in:
committed by
Daniel Agar
parent
e6d78b89a2
commit
cb8a2b533d
@@ -64,6 +64,8 @@ class ParameterGroup(object):
|
||||
return "AirframeSimulation"
|
||||
elif (self.name == "Plane A-Tail"):
|
||||
return "PlaneATail"
|
||||
elif (self.name == "Plane V-Tail"):
|
||||
return "PlaneVTail"
|
||||
elif (self.name == "VTOL Duo Tailsitter"):
|
||||
return "VTOLDuoRotorTailSitter"
|
||||
elif (self.name == "Standard VTOL"):
|
||||
|
||||
Reference in New Issue
Block a user