Skip to content

Bye-lemon/DroneSim

Repository files navigation

DroneSim

Documentation Status Build Status codebeat badge PyPI PyPI - Format GitHub
3th Unmanned Aerial Vehicle Intelligent Sensing Technology Competition

Docker

Note: We are in the process of continuous development. When the development is completed, we will provide instructions on how to use it.

Usage

Note: We are in the process of continuous development. When the development is completed, we will provide instructions on how to use it.

Development

Environment

Before you start developing, you'd better create an independent working environment.

python -m venv .

You can activate the virtual environment using the following commands. All your development processes should be in this virtual environment.

# For Linux
source ./bin/activate

# For Windows
Scripts\activate.bat

After activate virtual environment, install all the necessary dependencies.

pip install -r requirements.txt

Directory Structure

DroneSim:
.
│  .gitignore
│  LICENSE
│  README.md
│  requirements.txt
│  setup.py
├─app
│  │  main.py
│  ├─config
│  ├─driver
│  ├─task
│  ├─utils
│  └─vision
├─bin
├─docs
├─pack
└─tests

API Docs

View https://dronesim.readthedocs.io/en/latest/

Authors

DLUT IoT Lab

License

MIT