Page 1 of 1

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

Posted: Thu Nov 11, 2021 1:34 pm
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.

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

Posted: Thu Nov 18, 2021 4:06 pm
by kimberly
Ah cool! thanks for sharing! We will leave it here for the community to be notified and comment on your work.