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

[global_planner] tolerance implementation #1041

Open
wants to merge 4 commits into
base: noetic-devel
Choose a base branch
from

Conversation

doisyg
Copy link
Contributor

@doisyg doisyg commented Oct 16, 2020

Implementation of the tolerance param which was never used.
See #262, #703 and #1040

First naive and not so optimized implementation which checks validity using calculatePotentials after filtering out lethal cells (so potentially CPU heavy for large tolerance).
Alternatively, a check for the cells value could be used without using calculatePotentials, or also filtering inscribed or even circumscribed cells. I am up for the debate.

@doisyg doisyg changed the title Global planner tolerance implementation [global_planner] tolerance implementation Oct 16, 2020
@mikeferguson mikeferguson requested a review from DLu October 20, 2020 18:50
@derektan95
Copy link

Hi, could we please have these changes in ROS Melodic as well? It will be really helpful, thanks.

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

2 participants