You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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++.
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?
The text was updated successfully, but these errors were encountered: