Simulation testbed for multirotor vehicles.
Project description
multirotor
Simulation of multi-rotor unmanned aerial vehicles in python.
This package provides an object-oriented interface for modeling and simulating motors, propellers, and airframe of a UAV. Additionally, an OpenAI gym-compatible environment is provided for Reinforcement Learning experiments.
See the Demo jupyter notebook in the repository for a walkthrough.
Code repository: Github, Gitlab
Please cite this as:
@inproceedings{ahmed2022multirotor,
title={A high-Fidelity Simulation test-Bed for fault-Tolerant octo-Rotor Control Using Reinforcement Learning},
author={Ahmed, Ibrahim and Quinones-Grueiro, Marcos and Biswas, Gautam},
booktitle={2022 IEEE/AIAA 41st Digital Avionics Systems Conference (DASC)},
year={2022},
organization={IEEE}
}
Installation
Install from the Python Package Index (PyPI):
pip install multirotor
Or, clone repository and install for development. This will allow you to change the code of the package so the changes show up when you import multirotor
in other projects.
git clone https://github.com/hazrmard/multirotor.git
cd multirotor
pip install -e .
# to also install dependencies for building package/documentation
pip install -e .[DEV]
pip install -r docs/requirements.txt
Code organization
The following main classes are available in the code. For simulating the vehicle:
And for simulating control:
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 Distribution
Built Distribution
File details
Details for the file multirotor-0.5.0.tar.gz
.
File metadata
- Download URL: multirotor-0.5.0.tar.gz
- Upload date:
- Size: 38.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 470ea74bdf25f1f593900c695b6367cf0b3e7f25065b8357f4f388f3c7b9b2dc |
|
MD5 | a7af4be4028e6da4f61d8307dee162a9 |
|
BLAKE2b-256 | a9ef2ff9faa843e997019caa400c7e64983f2c68894cff01aa6df82b5408e006 |
File details
Details for the file multirotor-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: multirotor-0.5.0-py3-none-any.whl
- Upload date:
- Size: 42.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45f53b07241c87e52768cc22523311c0950ce904cb3569c2a47c5b31f20e1f00 |
|
MD5 | d5590f812d2f8882767f1d9d843fd0c1 |
|
BLAKE2b-256 | 0e04eee9ea932d5b6712b68d18a53ba4b6ea311318b687ee301986a43bb7594c |