Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liutairan/autonomousflight
Autonomous flight firmware for quadcopter groups.
https://github.com/liutairan/autonomousflight
Last synced: 10 days ago
JSON representation
Autonomous flight firmware for quadcopter groups.
- Host: GitHub
- URL: https://github.com/liutairan/autonomousflight
- Owner: liutairan
- License: gpl-3.0
- Created: 2018-04-26T16:07:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-24T18:26:48.000Z (over 5 years ago)
- Last Synced: 2024-10-25T05:58:20.350Z (about 2 months ago)
- Language: C
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutonomousFlight
Autonomous flight firmware for quadcopter groups.This repository was created for my own quadcopters hoping for totally autonomous flights. Unlike the common flight control firmware, this firmware will provide autonomous control for quadcopter fleet. This is part of my research project.
Traditionally, a lot of quadcopter firmwares were using PID controller as the core flight controller, for both gesture and position. However, PID controllers have some unwanted limitations. As a research project, this firmware will try to use more controllers designed based on more "advanced" control theories, trying to achieve better performance. Unlike PID controller, the controllers used in this firmware will be designed with the consideration of dynamics models.