Created a c++ library for crazyflie like cflib for python which is written fully in c++

Discussions about all things Bitcraze
Post Reply
trakevital
Beginner
Posts: 1
Joined: Mon Jan 11, 2021 11:50 am

Created a c++ library for crazyflie like cflib for python which is written fully in c++

Post by trakevital »

If anyone wants to checkout my library that I made public today you can go https://github.com/M-R-VulcaN/crazyflie-lib-cpp and try it out. It has async log, param, appchannel and console implementation. The code uses bitcraze's crazyflie-link-cpp library as a submodule in which is written all the crtp code.

Please note that the project is still in development but it is right now in a stable state. Developers are welcome to come and help out.
kimberly
Bitcraze
Posts: 1050
Joined: Fri Jul 06, 2018 11:13 am

Re: Created a c++ library for crazyflie like cflib for python which is written fully in c++

Post by kimberly »

Ah cool! thanks for sharing! We will leave it here for the community to be notified and comment on your work.
Post Reply