SITL: use https:// scheme for ardupilot URLs

This commit is contained in:
Peter Barker 2019-12-09 08:23:52 +11:00 committed by Andrew Tridgell
parent 5767fd8e12
commit deadafd7c7
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Example script for multi-vehicle simulation with AirSim
# see http://ardupilot.org/dev/docs/sitl-with-airsim.html#multi-vehicle-simulation for details
# see https://ardupilot.org/dev/docs/sitl-with-airsim.html#multi-vehicle-simulation for details
# Usage - From ardupilot root directory, run - libraries/SITL/examples/Airsim/follow-copter.sh $GCS_IP
# $GCS_IP is the IP address of the system running the GCs, by default is 127.0.0.1

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Example script for multi-vehicle simulation with AirSim and usage with ROS
# see http://ardupilot.org/dev/docs/sitl-with-airsim.html#multi-vehicle-simulation for details
# see https://ardupilot.org/dev/docs/sitl-with-airsim.html#multi-vehicle-simulation for details
# Usage - From ardupilot root directory, run - libraries/SITL/examples/Airsim/multi_vehicle.sh $GCS_IP
# $GCS_IP is the IP address of the system running the GCS, by default is 127.0.0.1
@ -54,4 +54,4 @@ EOF
--instance $i --defaults $BASE_DEFAULTS,identity.parm &
popd
done
wait
wait