mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
vehicles: add new vehicle type: Airship (#14862)
Co-authored-by: Anton Erasmus <anton@flycloudline.com> Co-authored-by: Beat Küng <beat-kueng@gmx.net>
This commit is contained in:
committed by
GitHub
parent
454433c2ef
commit
fa4818e467
@@ -90,6 +90,8 @@ class ParameterGroup(object):
|
||||
return "YPlus"
|
||||
elif (self.name == "Autogyro"):
|
||||
return "Autogyro"
|
||||
elif (self.name == "Airship"):
|
||||
return "Airship"
|
||||
elif (self.name == "Rover"):
|
||||
return "Rover"
|
||||
elif (self.name == "Boat"):
|
||||
|
||||
Reference in New Issue
Block a user