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
The cflib backend takes time to connect the crazyflie due to the slow python threads. However, if the cflib backend is chosen, those examples don't work as the crazyflies aren't initialized in time.
Expect to see the crazyflies connect, and then the lights turn off. Unfortunately the crazyflie_py gets an error because the instance was initialized without the parameters being known from the crazyflies. I would guess that the same would hold for all the services since those are not initialized if the crazyflies aren't fully connected (which means that all the paramters and it's values have been downloaded).
The text was updated successfully, but these errors were encountered:
The cflib backend takes time to connect the crazyflie due to the slow python threads. However, if the cflib backend is chosen, those examples don't work as the crazyflies aren't initialized in time.
to recreate:
Expect to see the crazyflies connect, and then the lights turn off. Unfortunately the crazyflie_py gets an error because the instance was initialized without the parameters being known from the crazyflies. I would guess that the same would hold for all the services since those are not initialized if the crazyflies aren't fully connected (which means that all the paramters and it's values have been downloaded).
The text was updated successfully, but these errors were encountered: