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

didn't work when the sampling points were too dense #4

Open
fgmn opened this issue Nov 19, 2024 · 1 comment
Open

didn't work when the sampling points were too dense #4

fgmn opened this issue Nov 19, 2024 · 1 comment

Comments

@fgmn
Copy link

fgmn commented Nov 19, 2024

We found that the algorithm didn't work when the sampling points were too dense i.e. set NODE_RESOLUTION = 1.0 originally 4.0. This is necessary in some scenes with narrow passages

@caoyuhong001
Copy link
Contributor

That’s true. In this case you may need to apply graph rarefaction so the planner can keep the neighboring nodes dense and will not get stuck in large scale environments. You can check our ROS planner repo. When I did my real robot experiment I set the node resolution to 1m or 0.8m as well, but for sure higher resolution will influence the scalability.

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