Defined the new tilted hex airframe

This commit is contained in:
Azarakhsh Keipour
2019-07-10 18:41:47 -04:00
parent cf195b0755
commit 82d52d96c5
3 changed files with 35 additions and 0 deletions
+2
View File
@@ -92,6 +92,8 @@ class ParameterGroup(object):
return "Rover"
elif (self.name == "Boat"):
return "Boat"
elif (self.name == "Tilt-Hexarotor"):
return "HexaRotorX"
return "AirframeUnknown"
def GetParams(self):