Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 447 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 447 Bytes

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 https://github.com/postmannen/lexmlparser