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 think i have the same problem.
basically I reference p[0] where p is the result of astar.search(pfGrid,start,end)
referencing p[0].x gives the error.
astar.js:163 Uncaught TypeError: Cannot read property 'length' of undefined
at new Graph (astar.js:163)
at :7:13
The text was updated successfully, but these errors were encountered: