smoothie-charts
godrone
An open firmware for the Parrot AR Drone 2 written in Go.
Status
Feel free to poke around the code, but don't expect much to work yet.
Roadmap
- Navdata reader (in progress)
- Kalman Filter
- Motor Drivers
- Stable Flight / Hover
- AT protocol (enough for compatibility with node-ardrone)
- Video protocol (enough for compatibility with FreeFlight app)
- Http protocol
- Fun hacks
Motivation
- Learning: A good excuse to dive into robotics algorithms.
- Docs: Document the AR Drone hardware/software interfaces.
- Curiosity: Can this be done in a garbage collected language?
- Community: Non-programmers should be able to download and run this firmware.
License
This project is licensed under the AGPL v3.
Copyright (C) 2013 Felix Geisendörfer & Contributors
http://felixge.de/
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Descrição
Linguagens
Go
65%
JavaScript
24.8%
Shell
7.6%
HTML
1.4%
Makefile
0.9%
Outra
0.3%