vagrant: update commands to sim_vehicle.py

This commit is contained in:
Lucas De Marchi 2016-08-10 16:59:39 -03:00
parent 06b0dec15e
commit 8a3974f08f
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ export PATH=$APMROOT/Tools/autotest:$PATH
cd $APMROOT/ArduCopter
echo "Ardupilot environment ready. Run 'sim_vehicle.sh' to start simulating an arducopter instance."
echo "Ardupilot environment ready. Run 'sim_vehicle.py' to start simulating an arducopter instance."
echo "or run 'make sitl' to just do a test build."

2
Vagrantfile vendored
View File

@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu/trusty32"
# push.app = "geeksville/ardupilot-sitl"
# The following forwarding is not necessary (or possible), because our sim_vehicle.sh is smart enough to send packets
# The following forwarding is not necessary (or possible), because our sim_vehicle.py is smart enough to send packets
# out to the containing OS
# config.vm.network "forwarded_port", guest: 14550, host: 14550, protocol: "udp"