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

ObstacleAvoidance: refactor check on z mission progression #12433

Closed
wants to merge 2 commits into from

Conversation

mrivi
Copy link
Contributor

@mrivi mrivi commented Jul 8, 2019

Refactors the mission progession check on the z component. Right now the check excludes takeoff points because the condition of being inside the xy acceptance radius but more than z acceptance away is always true. However this condition happens not only at takeoff. The refactor uses an hysteresis on the z distance to the goal to judge is the mission is progressing.

@mrivi mrivi requested review from jkflying and bresch July 8, 2019 15:45
@mrivi
Copy link
Contributor Author

mrivi commented Jul 16, 2019

I put this commit together with #12349 to avoid conficts

@mrivi mrivi closed this Jul 16, 2019
@mrivi mrivi deleted the oa_z_progress branch July 16, 2019 09:10
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.

3 participants