Skip to content
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

Turtle mode issue fix #6845

Merged
merged 1 commit into from Apr 18, 2021
Merged

Conversation

kernel-machine
Copy link
Contributor

IMPORTANT BUG IN TURTLE MODE

If the turtle mode switch is turned on during the flight, the turtle mode will enter and the motors are stopped so the quad will crash.

Because the check if the turtle mode have to enter is checked also if the quad is armed.
So i have moved this piece of code in order to check if the turtle mode have to enter only if the quad is armed.

@kernel-machine kernel-machine changed the title IMPORTANT Turtle mode bug Turtle mode issue fix Apr 17, 2021
@digitalentity digitalentity added this to the 3.0 milestone Apr 18, 2021
@DzikuVx DzikuVx merged commit 7f04e0f into iNavFlight:master Apr 18, 2021
@kernel-machine kernel-machine deleted the turtle-mode-bugfix branch April 18, 2021 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants