Late Line-of-sight Check and Partially Updating for Faster Any-Angle Path Planning on Grid Maps

Changwu Zhang,Yuchen Tang,Hengzhu Liu
DOI: https://doi.org/10.1049/el.2019.0553
2019-01-01
Electronics Letters
Abstract:Path planning is a classic decision problem in computer games and robotics. It is common to discretise the continuous planning space into grids with blocked cells to represent obstacles. Any-angle path planning methods, such as Theta* and Lazy Theta*, use line-of-sight check (LoS-Check) to find the nearly shortest path because the path will not be constrained to grid edges. The authors propose a new method called Late LoS-Check A* (LLA*), which contains two parts: employing the delayed LoS-Check to reduce the collision detection amount (late LoS-Check) and partially updating the path cost of the successor vertexes based on A* (partially updating). The experiment results show that LLA* costs less execution time than Lazy Theta* and retains even shorter path length. Through reducing the LoS-Check amount, the planning will be faster, but the path length will hardly be shorter. Therefore, it is the discriminatory updating strategy that makes both the path length and execution time of LLA* shorter than those of Lazy Theta*.
What problem does this paper attempt to address?