Browse Source

scripts: update command with sim_vehicle.py

master
Lucas De Marchi 9 years ago
parent
commit
80b04ecb41
  1. 2
      Tools/scripts/runfliptest.sh

2
Tools/scripts/runfliptest.sh

@ -35,7 +35,7 @@ def wait_time(mav, simtime): @@ -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…
Cancel
Save