You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
264 B
14 lines
264 B
12 years ago
|
#!/bin/bash
|
||
|
|
||
|
# useful example script for HIL testing with ArduPlane
|
||
|
|
||
|
set -x
|
||
|
|
||
|
killall -q JSBSim
|
||
|
pkill -f runsim.py
|
||
|
set -e
|
||
|
|
||
|
autotest=$(dirname $(readlink -e $0))
|
||
|
pushd $autotest/../../ArduPlane
|
||
|
../Tools/autotest/jsbsim/runsim.py --home=-35.362942,149.165193,585,354
|