mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
autotest: set Rover speedup to 30
This is closer to what's achieved on modern CPUs. Running at 100 can lead to very rapid RC inputs which can cause issues.
This commit is contained in:
parent
b6f7887182
commit
ef0f5110cb
@ -71,7 +71,7 @@ class AutoTestRover(AutoTest):
|
||||
return "rover"
|
||||
|
||||
def default_speedup(self):
|
||||
return 100
|
||||
return 30
|
||||
|
||||
def is_rover(self):
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user