Header-based C++ client interface for Crazyflie #1805
Closed
lyharvill
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Thanks a lot for sharing, this looks nice! You are very welcome to make a PR to the website so that we can add it to the list of libraries: https://www.bitcraze.io/development/external-projects/#connectivity-libraries. This way it will be easier to find. (I am going to look at grooming this list as well, most of these projects are not maintained anymore, so yours should be more visible). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I coded a header-based C++ client interface that uses crazyflie-link-cpp-master for packet communication.
Perhaps others might find it useful.
There is an example console app using the interface.
The repo is here...
https://github.com/lyharvill/dronedev/tree/main
I framed in placeholders for the libUsb and crazyflie-link-cpp-master lib. The binary libs are available as releases.
Beta Was this translation helpful? Give feedback.
All reactions