-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Path planning failed —— Node 1 can not reachable from Node 2 #8486
Comments
@Ji-Zhou I know the reason for this problem. The reason why the planning cannot be done is that your road is not closed. The default planning is the A* algorithm, which causes an exception to be thrown when the road cannot be found. If you need a solution, please contact me. |
@leomilk-eng Thanks for your reply. I also discovered this reason. In fact, the road i need is not closed, and i need to do is to achieve path planning in such a scenario. |
No description provided.
The text was updated successfully, but these errors were encountered: