From 8a3974f08fd435b46d6f8bce29779f342ecb4353 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 10 Aug 2016 16:59:39 -0300 Subject: [PATCH] vagrant: update commands to sim_vehicle.py --- Tools/vagrant/shellinit.sh | 2 +- Vagrantfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/vagrant/shellinit.sh b/Tools/vagrant/shellinit.sh index 3e50032cbb..fa5337e4ea 100644 --- a/Tools/vagrant/shellinit.sh +++ b/Tools/vagrant/shellinit.sh @@ -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." diff --git a/Vagrantfile b/Vagrantfile index 58d4c1cd10..3cd4a9a2e6 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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"