Search found 1 match

by trakevital
Thu Nov 11, 2021 1:34 pm
Forum: Bitcraze
Topic: Created a c++ library for crazyflie like cflib for python which is written fully in c++
Replies: 1
Views: 1999

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

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 cr...