mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 17:10:35 +08:00
Defined the new tilted hex airframe
This commit is contained in:
@@ -92,6 +92,8 @@ class ParameterGroup(object):
|
||||
return "Rover"
|
||||
elif (self.name == "Boat"):
|
||||
return "Boat"
|
||||
elif (self.name == "Tilt-Hexarotor"):
|
||||
return "HexaRotorX"
|
||||
return "AirframeUnknown"
|
||||
|
||||
def GetParams(self):
|
||||
|
||||
Reference in New Issue
Block a user