mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
6 lines
207 B
Bash
Executable File
6 lines
207 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# assume we start the script from the root directory
|
|
ROOTDIR=$PWD
|
|
$PWD/Tools/autotest/sim_vehicle.py -v Rover -w --model webots-rover --add-param-file=libraries/SITL/examples/Webots/rover.parm
|