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
When connected directly to the drone, without a skycontroller, you don't have a callback for the drone connection state. In this case it could be useful to instead pull the state by calling the drone.connection_state() to check the drone connection. But for every call to this function it will print "connected to the drone" if the drone is connected. It will bloat the console to much.
Can those INFO prints be completely removed?
The text was updated successfully, but these errors were encountered:
When connected directly to the drone, without a skycontroller, you don't have a callback for the drone connection state. In this case it could be useful to instead pull the state by calling the drone.connection_state() to check the drone connection. But for every call to this function it will print "connected to the drone" if the drone is connected. It will bloat the console to much.
Can those INFO prints be completely removed?
The text was updated successfully, but these errors were encountered: