Skip to main content

UAV Simulator

Project description

# UAVSim UAV simulator that sends NMEA sentences to external devices (i.e. real uav) It is written in [Python](https://www.python.org/) language and uses [Autobahn](https://autobahn.readthedocs.io/en/latest/) with [AsyncIO](https://docs.python.org/3/library/asyncio.html). GUI applications are using [PyQt5](https://www.riverbankcomputing.com/software/pyqt/intro) / [PySide2](http://wiki.qt.io/Qt_for_Python). Multiple components are being tied together with [CrossbarIO](https://crossbar.io/).

## Setting up an environment ## python3.7 -m venv ~/.venv37

source ~/.venv37/bin/activate

## Installing dependencies ## python3.7 -m pip install –upgrade -r requirements.txt –no-binary :all:

python3.7 -m pip install –upgrade -r requirements_dev.txt –no-binary :all:

## Building ## python3.7 setup.py build

## Installing ## python3.7 -m pip install –upgrade dist/uavsim-*.whl –no-binary :all:

## Running ## ` python3.7 -m uavsim `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

uavsim-0.0.4-py2.py3-none-any.whl (14.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page