nnhw / fgfs_ap

FlightGear autopilot simulation script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To start a simulation session:
0) sudo cp binary_protocol.xml /usr/share/games/flightgear/Protocol/
1) python3 interface.py
2) fgfs --httpd=5500 --generic=socket,in,10,,9090,udp,binary_protocol --generic=socket,out,10,,9091,udp,binary_protocol --disable-clouds3d --disable-enhanced-lighting --geometry=640x480 --fog-fastest --shading-flat --visibility=1000 --wind=0@0 --turbulence=0.0 --timeofday=noon --disable-real-weather-fetch   

About

FlightGear autopilot simulation script


Languages

Language:Python 100.0%