mirror of https://github.com/ArduPilot/ardupilot
6 lines
214 B
Bash
6 lines
214 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# 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
|