-
Notifications
You must be signed in to change notification settings - Fork 167
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
Failure case of far planner in simulation dataset #10
Comments
Seems that the reason of such un-expected behavior is caused by local-planner. I don't know the reason why the local planner don't go to the waypoint and stop there. |
I also encounter the same problem in tunnel dataset. |
Thanks for the question, could you check (visualize) the whole VGraph in Rviz and see if there is any connection to the goal? And we recently fixed a bug for graph construction, so may be good to try out with the latest code. |
I built my map in an environment of about twenty meters also |
A failure case in campus dataset.
As can be seen in the photo(sorry for the low resolution) The goal_point is in green, which should be un-achievable.
But ideally, the behavior of far-planner should navigate to the rest of the un-explored places, trying to find a way out. After it can't find any way out, it could finally stop.
And as we could see in the visibility graph, there're at least three region to be explored, but far planner no longer inject waypoint.
The text was updated successfully, but these errors were encountered: