-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
default_tolerance parameter in global_planner does not working #262
Comments
Any update on this? It seems this is not resolved yet even after 2 years. |
On the other hand this kind of behavior is available in MoveBase::planService service call method. May be I can implement a similar behavior here and make a pull request? @DLu what do you think? |
This issue is still present as of today, it would make my life so much easier. Any input on this? |
Adding help wanted, since I'm not too familiar with that planner, and it looks like DLu is busy. PRs welcome. |
I added my own version of default_tolerance use, it solves my problem when a goal is obstructed. Does it help you in your case? |
@jungladicitta I am interested in this feature too, could you PR your version ? |
It seems like default_tolerance parameter is not used in global planner package.
makePlan function in global planner receives tolerance but not use anywhere.
The text was updated successfully, but these errors were encountered: