mirror of https://github.com/ArduPilot/ardupilot
AutoTest: reduce copters terminal vel to 15m/s
This commit is contained in:
parent
73ea5aab5c
commit
9e01dea95b
|
@ -76,7 +76,7 @@ class MultiCopter(Aircraft):
|
|||
'''a MultiCopter'''
|
||||
def __init__(self, frame='+',
|
||||
hover_throttle=0.45,
|
||||
terminal_velocity=20.0,
|
||||
terminal_velocity=15.0,
|
||||
frame_height=0.1,
|
||||
mass=1.5):
|
||||
Aircraft.__init__(self)
|
||||
|
|
Loading…
Reference in New Issue