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
I am doing a project using Bebop 2. I am using Raspberry Pi to control the drone. After I take off the drone, I have a 3 minutes algorithm for the drone so it has to hover 3 minutes without moving. However, it sometimes returns timeout error in a random time and I lose all the control to the drone. I am using takeoff() and land() function directly so I think it should be not related to the takeoff or land timeout. The error is not always happening and it happens randomly at different times of my program.
Is there a solution regarding this? Or is it possible to disable the timeout feature?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I don't know if this project is still maintained or not but I have the same problem, it say :
timeout - trying again
At the time I start the program, like 2 second after, this message is displayed and after it is displayed every 5 seconds.
I don't know how to solve this problem.
I am doing a project using Bebop 2. I am using Raspberry Pi to control the drone. After I take off the drone, I have a 3 minutes algorithm for the drone so it has to hover 3 minutes without moving. However, it sometimes returns timeout error in a random time and I lose all the control to the drone. I am using takeoff() and land() function directly so I think it should be not related to the takeoff or land timeout. The error is not always happening and it happens randomly at different times of my program.
Is there a solution regarding this? Or is it possible to disable the timeout feature?
Thank you in advance!
The text was updated successfully, but these errors were encountered: