mirror of https://github.com/ArduPilot/ardupilot
Tools: move Vagrant to zesty32
The yakkety32 images are no longer present in the cloud repositories
This commit is contained in:
parent
0155434057
commit
b288ef27a3
|
@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2"
|
|||
|
||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
|
||||
config.vm.box = "ubuntu/yakkety32"
|
||||
config.vm.box = "ubuntu/zesty32"
|
||||
# push.app = "geeksville/ardupilot-sitl"
|
||||
|
||||
# The following forwarding is not necessary (or possible), because our sim_vehicle.py is smart enough to send packets
|
||||
|
|
Loading…
Reference in New Issue