You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From bitcraze/discussions#1531: When the Crazyflie is compiled with one forced deck and a CRTP controller is used, the Crazyflie is not starting properly.
First step would be to reproduce this problem in the stab lab, since this is at least the second time we see that. What is likely happening is that there is a flood of CRTP packet reaching the STM32 just at startup and it is somehow locking something. Currently most of the use-case of the Crazyflie, and all of the automated test, have a very quiet radio communication at startup.
From bitcraze/discussions#1531: When the Crazyflie is compiled with one forced deck and a CRTP controller is used, the Crazyflie is not starting properly.
First step would be to reproduce this problem in the stab lab, since this is at least the second time we see that. What is likely happening is that there is a flood of CRTP packet reaching the STM32 just at startup and it is somehow locking something. Currently most of the use-case of the Crazyflie, and all of the automated test, have a very quiet radio communication at startup.
Thanks @matejkarasek for reporting the bug!
The text was updated successfully, but these errors were encountered: