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

I need your help #38

Open
weicyingqiaopian opened this issue Jul 25, 2024 · 2 comments
Open

I need your help #38

weicyingqiaopian opened this issue Jul 25, 2024 · 2 comments

Comments

@weicyingqiaopian
Copy link

Excuse me, why does the generated path plan pass through obstacles
max_deviation_from_track参数为10

@ipa-rmb
Copy link
Collaborator

ipa-rmb commented Jul 25, 2024

This is basically a matter of visualization. We do not plan a specific trajectory for the connecting journey between two workpaces or rooms in the map (the coverage path planner usually partitions the map or room into several smaller workspaces, and each of the workspaces gets a collison-free planned coverage path trajectory). The goal for moving to the next work area after completing the previous is usually commanded to the navigation package which finds a collision-free path once it is needed. Due to dynamics in larger maps, it does not really make sense that the coverage path planner already plans a long driving path from one work cell to the next in advance, as the dynamic obstacle situation might change severely such that another path would be required.
So what you see in the picture is the straight connecting lines from the last point of one work area to the first point in the next work area. If you would also need collisions-free connecting paths between work areas at this stage, please have a look into the code and add a call to the A* path planner at the respective place.

@weicyingqiaopian
Copy link
Author

Thank you for your answer on how to make the path planning it generates sparse and bypass obstacles

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

No branches or pull requests

2 participants