ardupilot/Tools/vagrant
Peter Barker 0bcbf726ac Tools: move Vagrant to 16.10 LTS (Yakkety Yak)
Hopefully this will the last move for 2 years.

This move gives us a version of git which uses absolute paths
in the .git files in submodules, so sharing a repo with the
host should be cleaner.

The current Vagrant box does not appear to use a vagrant user.  This
might change in future boxes.
2016-10-20 11:14:41 +11:00
..
README.md Revising ardupilot.com to .org 2016-04-23 22:49:47 -07:00
initvagrant.sh Tools: move Vagrant to 16.10 LTS (Yakkety Yak) 2016-10-20 11:14:41 +11:00
screenrc SITL: Numerous improvements to vagrant image and easier SITL for mac/windows 2015-01-23 11:00:04 +09:00
shellinit.sh vagrant: update commands to sim_vehicle.py 2016-08-10 16:59:39 -03:00

README.md

Vagrant for SITL and ardupilot development

We support a vagrant container for easily running SITL (software in the loop simulator) and compling Ardupilot code.

Instructions for how to install and run this vagrant container are provided on the ArduPilot dev wiki in: Setting up SITL using Vagrant.