🤖 AI Summary
To address the inefficiency of replanning in dynamic environments where edge evaluation is computationally expensive, this paper proposes an asymptotically optimal lifelong sampling-based motion planning algorithm. The method integrates lifelong planning, lazy edge evaluation, sampling-based search, and graph rewiring. Its key contributions are: (1) a novel lazy subpath evaluation mechanism that defers costly edge validation until necessary; and (2) a heuristic rewiring cascade strategy enabling incremental, efficient repair of the search tree. Together, these innovations preserve asymptotic optimality while substantially accelerating replanning. Extensive simulations demonstrate that the proposed approach outperforms state-of-the-art sampling-based planners in both static and dynamic environments, reducing total planning time by 37%–62% and computational overhead by 41%–58%.
📝 Abstract
The paper introduces an asymptotically optimal lifelong sampling-based path planning algorithm that combines the merits of lifelong planning algorithms and lazy search algorithms for rapid replanning in dynamic environments where edge evaluation is expensive. By evaluating only sub-path candidates for the optimal solution, the algorithm saves considerable evaluation time and thereby reduces the overall planning cost. It employs a novel informed rewiring cascade to efficiently repair the search tree when the underlying search graph changes. Simulation results demonstrate that the algorithm outperforms various state-of-the-art sampling-based planners in addressing both static and dynamic motion planning problems.