-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
add ThetaStar #89
base: master
Are you sure you want to change the base?
add ThetaStar #89
Conversation
@mm304321141 Could you please fix the failing Travis CI. if (blah) {
... Not: if (blah){
... |
fixed & formated |
Why this pr has not yet been merged? |
Bump! This will be a great feature to merge @qiao It would be the only any-angle pathfinding algorithm in this library. |
@qiao Can I ask why this hasn't been merged? This library is fantastic and I am personally looking for a Theta* implementation. Guessing others are as well. |
There are no significant changes in this repo since 2015 anyway, you can just use mm304321141's fork like so: |
add Theta* Algorithm .