Revisiting Replanning from Scratch: Real-Time Incremental Planning with Fast Almost-Surely Asymptotically Optimal Planners
Mitchell E. C. Sabbadini, Andrew H. Liu, Joseph Ruan, Tyler S. Wilson, Zachary Kingston, Jonathan D. Gammell
TL;DR
Dynamic, obstacle-rich environments challenge traditional replanning by requiring both speed and path quality. The authors propose solving incremental planning as independent, fast ASAO planning problems, using planners like EIT* (and AORRTC for real-world tests) to rapidly generate initial, high-quality intermediate paths and converge toward optimal global solutions without explicit plan reuse, with the global path composed as $\pi = \sigma_{1,s_1} \oplus \cdots \oplus \sigma_{N,s_N}$ and cost $c(\pi)$. In simulated 2D worlds and a real seven-DOF Franka arm, independent ASAO replanning with EIT* achieves higher success rates and shorter median global path lengths than plan-reuse planners such as RRTX and other ASAO methods, even at tight budgets like 50 ms. This approach simplifies implementation by avoiding obstacle-change tracking, demonstrates real-time replanning capabilities in dynamic scenarios, and opens avenues for combining with obstacle motion predictions and richer sensing in future work.
Abstract
Robots operating in changing environments either predict obstacle changes and/or plan quickly enough to react to them. Predictive approaches require a strong prior about the position and motion of obstacles. Reactive approaches require no assumptions about their environment but must replan quickly and find high-quality paths to navigate effectively. Reactive approaches often reuse information between queries to reduce planning cost. These techniques are conceptually sound but updating dense planning graphs when information changes can be computationally prohibitive. It can also require significant effort to detect the changes in some applications. This paper revisits the long-held assumption that reactive replanning requires updating existing plans. It shows that the incremental planning problem can alternatively be solved more efficiently as a series of independent problems using fast almost-surely asymptotically optimal (ASAO) planning algorithms. These ASAO algorithms quickly find an initial solution and converge towards an optimal solution which allows them to find consistent global plans in the presence of changing obstacles without requiring explicit plan reuse. This is demonstrated with simulated experiments where Effort Informed Trees (EIT*) finds shorter median solution paths than the tested reactive planning algorithms and is further validated using Asymptotically Optimal RRT-Connect (AORRTC) on a real-world planning problem on a robot arm.
