Browse Source

Tools: replace message indicating that initialisation has completed

zr-v5.1
Tatsuya Yamaguchi 4 years ago committed by Andrew Tridgell
parent
commit
37691c751c
  1. 2
      Tools/scripts/runfliptest.py
  2. 2
      Tools/scripts/runplanetest.py

2
Tools/scripts/runfliptest.py

@ -37,7 +37,7 @@ def wait_time(mav, simtime): @@ -37,7 +37,7 @@ def wait_time(mav, simtime):
cmd = 'sim_vehicle.py -j4 -D -L KSFO -S5'
mavproxy = pexpect.spawn(cmd, logfile=sys.stdout, timeout=30)
mavproxy.expect("Ready to FLY")
mavproxy.expect("ArduPilot Ready")
mav = mavutil.mavlink_connection('127.0.0.1:14550')

2
Tools/scripts/runplanetest.py

@ -37,7 +37,7 @@ def wait_time(mav, simtime): @@ -37,7 +37,7 @@ def wait_time(mav, simtime):
cmd = 'sim_vehicle.py -j4 -D -f plane'
mavproxy = pexpect.spawn(cmd, logfile=sys.stdout, timeout=30)
mavproxy.expect("Ground start complete")
mavproxy.expect("ArduPilot Ready")
mav = mavutil.mavlink_connection('127.0.0.1:14550')

Loading…
Cancel
Save