bitcraze / crazyflie-lib-python

Python library to communicate with Crazyflie
Other
263 stars 896 forks source link

Relaxation time crtp radio driver not functional #481

Open knmcguire opened 1 month ago

knmcguire commented 1 month ago

Currently in the library for the CRTP radiodriver, there is a piece of code that is very legacy and doesn't do anything at the moments. It's ifstatement is handled when the lenght of the data array is above zero, but even null packets have at least a data size of 1.

It was supposed to do some relaxation with the communication it seems. Also we need to discuss if this is even something even want right now with the crazyradio / CRTP 2 protocol coming up:

https://github.com/bitcraze/crazyflie-lib-python/blob/418a68160e464396d9002579c0292b59ca1e78ef/cflib/crtp/radiodriver.py#L632-L646