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

Failure case of far planner in simulation dataset #10

Open
qlibp opened this issue Aug 30, 2023 · 5 comments
Open

Failure case of far planner in simulation dataset #10

qlibp opened this issue Aug 30, 2023 · 5 comments

Comments

@qlibp
Copy link

qlibp commented Aug 30, 2023

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.

IMG_1780

@qlibp
Copy link
Author

qlibp commented Aug 30, 2023

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 encounter such situations several times in the campus dataset.

@zly7
Copy link

zly7 commented Oct 29, 2023

I also encounter the same problem in tunnel dataset.

@MichaelFYang
Copy link
Owner

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.

@hcws
Copy link

hcws commented Nov 14, 2023

Why my VGraph like this :

Selection_132

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

5 participants