Browse Source

Tools: autotest: correct Rover zero throttle

mission-4.1.18
Peter Barker 6 years ago committed by Randy Mackay
parent
commit
967bf39ec0
  1. 2
      Tools/autotest/apmrover2.py

2
Tools/autotest/apmrover2.py

@ -1248,7 +1248,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm) @@ -1248,7 +1248,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm)
def rc_defaults(self):
ret = super(AutoTestRover, self).rc_defaults()
ret[3] = 1000
ret[3] = 1500
ret[8] = 1800
return ret;

Loading…
Cancel
Save