Yao Zhuo 姚卓

PhD candidate, former algorithm engineer


JumpOverBlock(JOB) is a versatile approach designed to expedite line-of-sight (LOS) checks across maps of different dimensions. By significantly enhancing the efficiency of LOS calculations, this method optimizes the overall process of path planning or motion planning. JOB split passable space into blocks, and jump over them during LOS check to accelerate LOS check.

3D block detection

alt 属性文本

2D block detection

alt 属性文本

Source code: https://github.com/JoeYao-bit/JumpOverBlock

Map source: (1) https://movingai.com/benchmarks/voxels.html (2) https://movingai.com/benchmarks/grids.html