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

Incorrect path locating #580

Closed
cheesterx3 opened this issue Jul 20, 2023 · 0 comments · Fixed by #581
Closed

Incorrect path locating #580

cheesterx3 opened this issue Jul 20, 2023 · 0 comments · Fixed by #581

Comments

@cheesterx3
Copy link
Contributor

Current implementatio of path locating doesn't properly working for some cases. Simple wrong cases are:

| | | |   ,   | |?| | 
|?|X|!|       | |X| | 
| | | |       | |!| | 

where ? is start, ! is end and X is impassable cell

This happens because when building edges impassable cells are not ignored, but should
I will attach PR

davesmith00000 pushed a commit that referenced this issue Jul 29, 2023
…581)

* fix: fixing path finding method for close impassable staying

* tests for vertical and reversed situations

* format fixes
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

Successfully merging a pull request may close this issue.

1 participant