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 can not find a low-cost path as in NavfnRos #1190

Open
GeorgeKonno opened this issue Mar 4, 2022 · 0 comments
Open

Global_planner can not find a low-cost path as in NavfnRos #1190

GeorgeKonno opened this issue Mar 4, 2022 · 0 comments
Labels

Comments

@GeorgeKonno
Copy link

Hi guys, when I implement move base in my robot, the default global path plan method was set to NavfnRos with no issue, the path is good, but we know Global-planner is the developed method to this one, so I change the method to Global_planner. What I found is the path by no matter A_star or dijkstra will always give a path based on closest distance instead of cost.
I am not sure if there is any parameter should be set to let the path consider the cost more than distance as in NavfnRos. I have tried the potential value + current index cost value in global_planner A*, but the result seems no change.
Any one have similar issue to me? Thank you for any suggestion to me.

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

No branches or pull requests

2 participants