SITL: use https:// scheme for ardupilot URLs
This commit is contained in:
parent
5767fd8e12
commit
deadafd7c7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user