UAV simulator that sends NMEA sentences to external devices (i.e. real uav) It is written in Python language and uses Autobahn with AsyncIO. GUI applications are using PyQt5 / PySide2. Multiple components are being tied together with CrossbarIO.
python3.7 -m venv ~/.venv37
source ~/.venv37/bin/activate
python3.7 -m pip install --upgrade -r requirements.txt
python3.7 -m pip install --upgrade -r requirements_dev.txt
python3.7 setup.py build
python3.7 -m pip install --upgrade dist/uavsim-*.whl
python3.7 -m uavsim