bitcraze / crazyflie-lib-python

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

TOC Cache writing on swarm class hangs in thread #468

Closed knmcguire closed 2 months ago

knmcguire commented 2 months ago

Sometimes in the swarm examples, the example hangs, in particular on the TOC cache writing which blocks all the other threads.

This doesn't happen all the time, so we need to figure out how many times this happens, why and how to prevent it from happening (or at least say something useful and just exit).

This needs to be investigated first before we can fix it (or not)

gemenerik commented 2 months ago

It does not hang with the recommended radio set-up #466