2023-12-04 05:55:08 -04:00
|
|
|
#!/usr/bin/env bash
|
2019-08-14 09:49:08 -03:00
|
|
|
|
|
|
|
# assume we start the script from the root directory
|
|
|
|
ROOTDIR=$PWD
|
|
|
|
$PWD/Tools/autotest/sim_vehicle.py -v ArduCopter -w --model webots-quad --add-param-file=libraries/SITL/examples/Webots/quadPlus.parm
|