forked from Archive/PX4-Autopilot
airframes parser: add dodecarotor image
This commit is contained in:
parent
453937a89a
commit
1d40336723
|
@ -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"):
|
||||
|
|
Loading…
Reference in New Issue