English

Evolving R2 to R2+: Optimal, Delayed Line-of-sight Vector-based Path Planning

Robotics 2024-05-09 v1

Abstract

A vector-based any-angle path planner, R2, is evolved in to R2+ in this paper. By delaying line-of-sight, R2 and R2+ search times are largely unaffected by the distance between the start and goal points, but are exponential in the worst case with respect to the number of collisions during searches. To improve search times, additional discarding conditions in the overlap rule are introduced in R2+. In addition, R2+ resolves interminable chases in R2 by replacing ad hoc points with limited occupied-sector traces from target nodes, and simplifies R2 by employing new abstract structures and ensuring target progression during a trace. R2+ preserves the speed of R2 when paths are expected to detour around few obstacles, and searches significantly faster than R2 in maps with many disjoint obstacles.

Keywords

Cite

@article{arxiv.2405.04952,
  title  = {Evolving R2 to R2+: Optimal, Delayed Line-of-sight Vector-based Path Planning},
  author = {Yan Kai Lai and Prahlad Vadakkepat and Cheng Xiang},
  journal= {arXiv preprint arXiv:2405.04952},
  year   = {2024}
}

Comments

Submitted. The R2 mentioned in the paper is located at https://doi.org/10.1016/j.robot.2023.104606

R2 v1 2026-06-28T16:20:35.487Z