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

Visualize Global Path? #565

Open
HappySamuel opened this issue Nov 18, 2020 · 2 comments
Open

Visualize Global Path? #565

HappySamuel opened this issue Nov 18, 2020 · 2 comments
Labels

Comments

@HappySamuel
Copy link

Hi

Is there a way to visualize the global path from robot pose to target goal, like the global path in navigation stack? So far i only found the local path that generated.

Best,
Samuel

@at-wat
Copy link
Owner

at-wat commented Jan 1, 2021

planner_3d doesn't have a single path as global path from the start to the goal.
But it calculates all paths to the goal from all possible positions as a distance map which is published to /planner_3d/debug when debug_mode parameter is "cost_estim".


Gradation in this snapshot is a distance_map in planner_cspace and the global path from any start is determined by following the most steepest gradient direction from the start.

@HappySamuel
Copy link
Author

Hi @at-wat

Thanks for the explanation. I found the path generated via planner_3d is very feasible for the robot to track, better than navigation stack local planner. If i want to make use of your planner_3d to generate a local path from the navigation stack global planner, can help to advise a direction or steps to be done to achieve this?

Best,
Samuel

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