Skip to content

Instantly share code, notes, and snippets.

@kikislater
Created July 17, 2019 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kikislater/e8fa66c170ae31e7df604497509bc70f to your computer and use it in GitHub Desktop.
Save kikislater/e8fa66c170ae31e7df604497509bc70f to your computer and use it in GitHub Desktop.
SITL Vagrant Arduplane
git clone https://github.com/ArduPilot/ardupilot.git
cd ardupilot
vagrant up
vagrant ssh
cd /vagrant
git submodule update --init --recursive
#Edit ~/ardupilot/Tools/autotest/location.txt to add new location
sim_vehicle.py -j2 -v ArduPlane --location new_location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment