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

default_tolerance parameter in global_planner does not working #262

Open
jihoonl opened this issue Oct 21, 2014 · 7 comments
Open

default_tolerance parameter in global_planner does not working #262

jihoonl opened this issue Oct 21, 2014 · 7 comments

Comments

@jihoonl
Copy link
Contributor

jihoonl commented Oct 21, 2014

It seems like default_tolerance parameter is not used in global planner package.

makePlan function in global planner receives tolerance but not use anywhere.

@AravindaDP
Copy link

Any update on this? It seems this is not resolved yet even after 2 years.

@AravindaDP
Copy link

On the other hand this kind of behavior is available in MoveBase::planService service call method.
https://github.com/ros-planning/navigation/blob/kinetic-devel/move_base/src/move_base.cpp#L334

May be I can implement a similar behavior here and make a pull request?

@DLu what do you think?

@juanluishortelano
Copy link

This issue is still present as of today, it would make my life so much easier. Any input on this?

@mikeferguson
Copy link
Contributor

Adding help wanted, since I'm not too familiar with that planner, and it looks like DLu is busy. PRs welcome.

@jungladicitta
Copy link

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@b204952

@doisyg
Copy link
Contributor

doisyg commented Oct 16, 2020

@jungladicitta I am interested in this feature too, could you PR your version ?

@jungladicitta
Copy link

jungladicitta commented Oct 16, 2020

@doisyg just did it #1040

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants