mirror of https://github.com/ArduPilot/ardupilot
vagrant: update commands to sim_vehicle.py
This commit is contained in:
parent
06b0dec15e
commit
8a3974f08f
|
@ -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."
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue