Zum Hauptinhalt springen

Showing 1–3 of 3 results for author: Lai, Y K

Searching in archive cs. Search in all archives.
.
  1. arXiv:2408.05806  [pdf, other

    cs.RO cs.CG

    Rapid Vector-based Any-angle Path Planning with Non-convex Obstacles

    Authors: Yan Kai Lai

    Abstract: Vector-based algorithms are novel algorithms in optimal any-angle path planning that are motivated by bug algorithms, bypassing free space by directly conducting line-of-sight checks between two queried points, and searching along obstacle contours if a check collides with an obstacle. The algorithms outperform conventional free-space planners such as A* especially when the queried points are far… ▽ More

    Submitted 11 August, 2024; originally announced August 2024.

    Comments: PhD Thesis

  2. arXiv:2405.04952  [pdf, other

    cs.RO

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

    Authors: Yan Kai Lai, Prahlad Vadakkepat, Cheng Xiang

    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+.… ▽ More

    Submitted 8 May, 2024; originally announced May 2024.

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

  3. arXiv:2206.14071   

    cs.RO

    R2: Heuristic Bug-Based Any-angle Path-Planning using Lazy Searches

    Authors: Yan Kai Lai, Prahlad Vadakkepat, Abdullah Al Mamun, Cheng Xiang, Tong Heng Lee

    Abstract: R2 is a novel online any-angle path planner that uses heuristic bug-based or ray casting approaches to find optimal paths in 2D maps with non-convex, polygonal obstacles. R2 is competitive to traditional free-space planners, finding paths quickly if queries have direct line-of-sight. On large sparse maps with few obstacle contours, which are likely to occur in practice, R2 outperforms free-space p… ▽ More

    Submitted 11 July, 2023; v1 submitted 28 June, 2022; originally announced June 2022.

    Comments: Rejected, and replaced with new prototype with same name