PX4 airframes: Fix XML parser

This commit is contained in:
Lorenz Meier 2016-01-24 13:22:45 +01:00
parent 69d4b1b692
commit fb21654807
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class XMLOutput():
xml_group.attrib["image"] = "VTOLPlane"
elif (group.GetName() == "VTOL Quad Tailsitter"):
xml_group.attrib["image"] = "VTOLQuadRotorTailSitter"
elif (group.GetName() == "VTOLTiltRotor"):
elif (group.GetName() == "VTOL Tiltrotor"):
xml_group.attrib["image"] = "VTOLTiltRotor"
elif (group.GetName() == "Coaxial Helicopter"):
xml_group.attrib["image"] = "HelicopterCoaxial"