mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
Initial TF-B1 commit
This commit is contained in:
committed by
Lorenz Meier
parent
c2a68debd9
commit
1fea1a2822
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user