Tools: Update runplanetest.py to reflect reworded ground start messages

This commit is contained in:
Michael du Breuil 2017-03-06 19:17:24 -07:00 committed by Tom Pittenger
parent 9e893eacd1
commit c3b047cc5d
1 changed files with 1 additions and 1 deletions

View File

@ -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')