mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
scripts: update command with sim_vehicle.py
This commit is contained in:
parent
8a3974f08f
commit
80b04ecb41
@ -35,7 +35,7 @@ def wait_time(mav, simtime):
|
||||
if t2 - t1 > simtime:
|
||||
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.expect("Ready to FLY")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user