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

A* path plan fluctuates when GlobalPlanner/use_quadratic is set to true #1194

Open
natashasoon opened this issue Apr 7, 2022 · 1 comment
Labels

Comments

@natashasoon
Copy link

natashasoon commented Apr 7, 2022

Hi everyone, I'm facing some issues with the global planner when using A*, and with the GlobalPlanner/use_quadratic parameter set to true. The planned path fluctuates back and forth quite often, which can be seen in the video below.

astar_fluctuating.mp4

This does not happen as long as GlobalPlanner/use_quadratic is set to false, although I'm not quite sure why. The plan generated with Dijkstra doesn't have this problem either, even when GlobalPlanner/use_quadratic is set to true. Has anyone else encountered this problem?

For context, I am using the Turtlebot3 Burger in the turtlebot world environment that has been mapped beforehand, although this happens with other environments as well.

@Astaxuqichao
Copy link

Hi , I find the fluctuates of path while replanning.
Try my fork https://github.com/Astaxuqichao/navigation/tree/noetic-devel
or see https://github.com/ros-planning/navigation/pull/1263

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

3 participants