srcparser support for vectored 6 dof uuv airframe added

This commit is contained in:
Thies Lennart Alff
2021-04-21 10:18:25 +02:00
committed by Beat Küng
parent 789d91900d
commit 1c624d20f5

View File

@@ -98,6 +98,8 @@ class ParameterGroup(object):
return "Boat"
elif (self.name == "Balloon"):
return "Balloon"
elif (self.name == "Vectored 6 DOF UUV"):
return "Vectored6DofUUV"
return "AirframeUnknown"
def GetParams(self):