2017-03-30 06:15:09 -03:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
#A simple script to install the APM SITL environment into cygwin
|
|
|
|
|
|
|
|
git clone git://github.com/ArduPilot/ardupilot.git
|
2019-04-30 07:19:09 -03:00
|
|
|
cd ./ardupilot
|
2017-03-30 06:15:09 -03:00
|
|
|
git submodule update --init --recursive
|
|
|
|
./modules/waf/waf-light configure --board=sitl
|