mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: Update runplanetest.py to reflect reworded ground start messages
This commit is contained in:
parent
9e893eacd1
commit
c3b047cc5d
@ -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("Ready to fly")
|
||||
mavproxy.expect("Ground start complete")
|
||||
|
||||
mav = mavutil.mavlink_connection('127.0.0.1:14550')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user