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
Currently, System.connect() blocks indefinitely when attempting to connect to an unavailable drone. This causes applications to hang without failure feedback. For example:
drone_address="udp://0.0.0.0:14550"drone=System()
drone.connect(system_address=drone_address) # stuck here
Is there any way to set a timeout for 10, 15 or 30 seconds?
Should it be a feature request?