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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uavsim-0.0.4-py2.py3-none-any.whl.
File metadata
- Download URL: uavsim-0.0.4-py2.py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86ed8a7282c006478d349c49d86cdead07c8158091f04f18e4636a0b47fb061d
|
|
| MD5 |
8e390bd689501ec17d71673f76026602
|
|
| BLAKE2b-256 |
7c325f95836ef927f924e6f2511cc21fe7b156359717b48d53109ee83f08a445
|