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 tried to implement your Hybrid A* on a custom map, but after generating the path the node crashes. #19

Closed
JayLTai opened this issue Apr 8, 2019 · 2 comments

Comments

@JayLTai
Copy link

JayLTai commented Apr 8, 2019

I am trying to implement your hybrid A* on a map that is of size 1100 x 423, and for some reason, the search crashes after correctly finding the path to the end goal. Is there a work around in the code for this? Or is there a line that we need to account for?

@karlkurzer
Copy link
Owner

That's a very specific questions, I am not sure. I would suggest that you should look into gdb and generate a back trace for that error. The code is obviously experimental and was written at a time where I wasn't very proficient in C++.

@ShenoyVaradaraya
Copy link

if you increase the number of the iterations in the constants.h file.. you can give consecutive start and goals.

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

3 participants