Browse Source

airframes parser: add dodecarotor image

sbg
Beat Küng 8 years ago
parent
commit
1d40336723
  1. 2
      Tools/px4airframes/srcparser.py

2
Tools/px4airframes/srcparser.py

@ -58,6 +58,8 @@ class ParameterGroup(object): @@ -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…
Cancel
Save