Accelerating sampling-based optimal path planning via adaptive informed sampling

Marco Faroni,Nicola Pedrocchi,Manuel Beschi,Faroni, Marco,Beschi, Manuel
DOI: https://doi.org/10.1007/s10514-024-10157-5
IF: 3.255
2024-04-22
Autonomous Robots
Abstract:This paper improves the performance of -like sampling-based path planners by combining admissible informed sampling and local sampling (i.e., sampling the neighborhood of the current solution). An adaptive strategy regulates the trade-off between exploration (admissible informed sampling) and exploitation (local sampling) based on online reward from previous samples. The paper demonstrates that the resulting algorithm is asymptotically optimal and has a better convergence rate than state-of-the-art path planners (e.g., Informed-RRT ) in several simulated and real-world scenarios. An open-source, ROS-compatible implementation of the algorithm is publicly available.
robotics,computer science, artificial intelligence
What problem does this paper attempt to address?
The problem that this paper attempts to solve is in robot path planning, how to accelerate the convergence speed of sampling - based optimal path planning algorithms by combining heuristic - information sampling and local sampling while maintaining the asymptotic optimality of the algorithm. Specifically, the paper proposes an adaptive hybrid sampling strategy, which can dynamically adjust the trade - off between exploration (heuristic - information sampling) and exploitation (local sampling) according to the online rewards provided by previous samples. This method aims to overcome the problem of slow convergence speed of existing heuristic - information sampling methods under certain geometric conditions, and shows better performance than existing state - of - the - art path planning algorithms (such as Informed - RRT*) in multiple simulation and real - world scenarios. The main contributions of the paper are: 1. Define a hybrid sampling strategy that combines global and local heuristic - information sampling for asymptotically optimal sampling - based path planners. Local heuristic - information sampling quickly reaches local optimality by oversampling the neighborhood of the current solution, while global heuristic - information sampling ensures asymptotic optimality. 2. Propose an asymptotically optimal algorithm that uses the above - mentioned hybrid sampling strategy and dynamically adjusts the trade - off between global and local sampling, and prove that this algorithm is superior to existing state - of - the - art planners, such as Informed - RRT*, on different classes of problems. In addition, the paper also provides an open - source ROS - compatible version of the planner implementation and verifies its effectiveness in different fields.