Add Plane VTail to image group metadata

This commit is contained in:
Hamish Willee
2018-10-17 16:13:11 -07:00
committed by Daniel Agar
parent e6d78b89a2
commit cb8a2b533d
2 changed files with 4 additions and 3 deletions
+2
View File
@@ -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"):