repo.or.cz
/
inav.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rth trackback tweaks
[inav.git]
/
cmake
/
docker_run_sitl.sh
blob
b2089137ccbcd7b09b9c30b678515f01d4cc71b6
1
#!/bin/bash
2
cd
build_SITL
3
4
#Lauch SITL - configurator only mode
5
.
/
inav_7.0
.0
_SITL
6
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