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
Can you please confirm version of the ngraph.path library? blocked was added just recently by @bemisguided and if you still have an older version - you might not have it.
If indeed you have the latest version - what happens when you set a breakpoint in the blocked callback?
When I create a pathfinder that uses both blocked and distance, the blocked always gets ignored.
Am I doing something wrong?
let path = pathFinder_wc.find("shopA","shopB");
path always returns the shortest regardless of stairsA -> stairsB is wheelchair false
The text was updated successfully, but these errors were encountered: