-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
void Tello::init() #4
Comments
Hi Tobi, Also could you check with your tello and let me know if you are able to get the response consistently ? If yes I will change the flag to False. |
Hello, But anyways, in this certain case, since this is a init-function, I think it would be OK to do something blocking like this:
|
I observed strange behavior with this. It nearly always works, If i just use it as it was. |
I guess I have faced this issue earlier, if you have already sent the command to enter the SDK mode the drone doesn't send Acknowledgement if the command is sent again for the second time . I don't have my Tello currently to verify but i remember facing this issue. |
Hello, am I right, that the drone is always initialised? Even if the
response.compare("ok")
is nottrue
?Is this intended?
Greetings
Tobi
The text was updated successfully, but these errors were encountered: