scripts: update command with sim_vehicle.py

This commit is contained in:
Lucas De Marchi 2016-08-10 17:00:09 -03:00
parent 8a3974f08f
commit 80b04ecb41

View File

@ -35,7 +35,7 @@ def wait_time(mav, simtime):
if t2 - t1 > simtime: if t2 - t1 > simtime:
break break
cmd = 'sim_vehicle.sh -j4 -D -L KSFO -S5' cmd = 'sim_vehicle.py -j4 -D -L KSFO -S5'
mavproxy = pexpect.spawn(cmd, logfile=sys.stdout, timeout=30) mavproxy = pexpect.spawn(cmd, logfile=sys.stdout, timeout=30)
mavproxy.expect("Ready to FLY") mavproxy.expect("Ready to FLY")