mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 03:19:58 +03:00
8 lines
No EOL
275 B
Bash
8 lines
No EOL
275 B
Bash
#!/bin/bash
|
|
cd build_SITL
|
|
|
|
#Lauch SITL - configurator only mode
|
|
./inav_7.0.0_SITL
|
|
|
|
#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.
|
|
#./inav_7.0.0_SITL --sim=xp --simip=192.168.2.105 --simport=49000 |