mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
autotest: change rover default speedup time to 100
This commit is contained in:
parent
b150c48b5c
commit
57b0d7f235
@ -70,6 +70,9 @@ class AutoTestRover(AutoTest):
|
||||
def default_frame(self):
|
||||
return "rover"
|
||||
|
||||
def default_speedup(self):
|
||||
return 100
|
||||
|
||||
def is_rover(self):
|
||||
return True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user