Adaptive Space Expansion for Fast Motion Planning

Shenglei Shi,Jiankui Chen
DOI: https://doi.org/10.1109/jas.2023.123765
2024-05-28
IEEE/CAA Journal of Automatica Sinica
Abstract:The sampling process is very inefficient for sampling-based motion planning algorithms that excess random samples are generated in the planning space. In this paper, we propose an adaptive space expansion (ASE) approach which belongs to the informed sampling category to improve the sampling efficiency for quickly finding a feasible path. The ASE method enlarges the search space gradually and restrains the sampling process in a sequence of small hyper-ellipsoid ring subsets to avoid exploring the unnecessary space. Specifically, for a constructed small hyper-ellipsoid ring subset, if the algorithm cannot find a feasible path in it, then the subset is expanded. Thus, the ASE method successively does space exploring and space expansion until the final path has been found. Besides, we present a particular construction method of the hyper-ellipsoid ring that uniform random samples can be directly generated in it. At last, we present a feasible motion planner BiASE and an asymptotically optimal motion planner BiASE* using the bidirectional exploring method and the ASE strategy. Simulations demonstrate that the computation speed is much faster than that of the state-of-the-art algorithms. The source codes are available at https://github.com/shshlei/ompl.
automation & control systems
What problem does this paper attempt to address?