首页 /研究 /Late line‐of‐sight check and partially updating for faster any‐angle path planning on grid maps
OTHER

Late line‐of‐sight check and partially updating for faster any‐angle path planning on grid maps

Changwu Zhang, Yuchen Tang, Hengzhu Liu

发表年份
2019
引用次数
10

摘要

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*.

关键词

Line-of-sightGridLine (geometry)Path (computing)Computer scienceSightAlgorithmMathematicsOpticsPhysics

相关论文

查看 OTHER 分类全部论文