Merge pull request #10298 from error414/adsb-enhanced
[inav.git] / cmake / docker_run_sitl.sh
blobb2089137ccbcd7b09b9c30b678515f01d4cc71b6
1 #!/bin/bash
2 cd build_SITL
4 #Lauch SITL - configurator only mode
5 ./inav_7.0.0_SITL
7 #Launch SITL - connect to X-Plane. IP address should be host IP address, not 127.0.0.1. Can be found in X-Plane "Network" tab.
8 #./inav_7.0.0_SITL --sim=xp --simip=192.168.2.105 --simport=49000