Browse Source

Tools: autotest: correct for new staustext output

mission-4.1.18
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
4bdc18569e
  1. 2
      Tools/autotest/apmrover2.py

2
Tools/autotest/apmrover2.py

@ -400,7 +400,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm) @@ -400,7 +400,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm)
mission_filepath = os.path.join("ArduRover-Missions", "rtl.txt")
self.load_mission(mission_filepath)
self.change_mode("AUTO")
self.mavproxy.expect('Executing RTL')
self.mavproxy.expect('Mission: 3 RTL')
self.drain_mav();

Loading…
Cancel
Save