javascript-astar icon indicating copy to clipboard operation
javascript-astar copied to clipboard

Getting error in browser

Open marisusis opened this issue 7 years ago • 2 comments

astar.js:163 Uncaught TypeError: Cannot read property 'length' of undefined at new Graph (astar.js:163) at :7:13

marisusis avatar May 05 '17 13:05 marisusis

astar.js:163 Uncaught TypeError: Cannot read property 'length' of undefined at new Graph (astar.js:163) at :7:13

Can you give more details about how to reproduce this issue?

dzole0311 avatar Dec 27 '18 08:12 dzole0311

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.

seamuskills avatar Apr 26 '21 15:04 seamuskills