Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/postmannen/parrot
Under development. Driver for the Parrot Bebop/Anafi drone written in Go.
https://github.com/postmannen/parrot
anafi bebop driver drone go golang parrot
Last synced: 1 day ago
JSON representation
Under development. Driver for the Parrot Bebop/Anafi drone written in Go.
- Host: GitHub
- URL: https://github.com/postmannen/parrot
- Owner: postmannen
- License: apache-2.0
- Created: 2019-07-08T13:10:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T13:34:37.000Z (almost 2 years ago)
- Last Synced: 2023-07-10T15:07:54.296Z (over 1 year ago)
- Topics: anafi, bebop, driver, drone, go, golang, parrot
- Language: Go
- Homepage:
- Size: 7.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parrot Bebop
Work in progress!
Building a driver for the Parrot Bebop 2 drone in Go.The idea behind writing this new driver, was to have a new driver in Go that can utilize all the functions and sensors the Parrot Bebop provide.
Alongside the driver is also a lexer and parser that will take the whole xml of the AR Protocol Specification and parse it into Go code.
That package can be found here