airframes parser: add dodecarotor image

This commit is contained in:
Beat Küng
2017-08-08 11:59:00 +02:00
parent 453937a89a
commit 1d40336723

View File

@@ -58,6 +58,8 @@ class ParameterGroup(object):
return "QuadRotorWide"
elif (self.name == "Quadrotor H"):
return "QuadRotorH"
elif (self.name == "Dodecarotor cox"):
return "DodecaRotorXCoaxial"
elif (self.name == "Simulation"):
return "AirframeSimulation"
elif (self.name == "Plane A-Tail"):