Initial TF-B1 commit

This commit is contained in:
Roman Dvorak
2020-12-07 14:43:12 +01:00
committed by Lorenz Meier
parent c2a68debd9
commit 1fea1a2822
3 changed files with 36 additions and 0 deletions
+2
View File
@@ -96,6 +96,8 @@ class ParameterGroup(object):
return "Rover"
elif (self.name == "Boat"):
return "Boat"
elif (self.name == "Balloon"):
return "Balloon"
return "AirframeUnknown"
def GetParams(self):