dedukun / micromouse-webgl

MicroMouse visualizaton tool
0 stars 0 forks source link

Script Movement not working correctly. #3

Open dedukun opened 5 years ago

dedukun commented 5 years ago

The web worker may be sending the movement commands too fast, skipping some movements, because the animations for the previous command is still in progress.

Should be solved by having a FIFO for the movement commands.