An Incremental Sampling and Segmentation-Based Approach for Motion Planning Infeasibility
Antony Thomas, Fulvio Mastrogiovanni, Marco Baglietto
TL;DR
This work targets the problem of certifying the non-existence of a collision-free path in robotic motion planning by focusing on infeasibility proof rather than path finding. It introduces an incremental, discretized C-space approach that builds a configuration-space bitmap $\mathcal{CB}$ by sampling from the C-obstacle, segments the partially constructed space into connected free regions, and checks whether the start and goal lie in the same region. The method is resolution-complete: with sufficient discretization, it will certify infeasibility or feasibility; it demonstrates feasibility up to 5-DOF through extensive experiments and analyzes parameter choices ($ns$, $d$) and their impact on runtime. The contributions offer a practical, implementation-friendly tool for infeasibility certification that complements probabilistic planners and can scale via reduced-dimensional proofs and potential accelerations in collision checking and parallel computation.
Abstract
We present a simple and easy-to-implement algorithm to detect plan infeasibility in kinematic motion planning. Our method involves approximating the robot's configuration space to a discrete space, where each degree of freedom has a finite set of values. The obstacle region separates the free configuration space into different connected regions. For a path to exist between the start and goal configurations, they must lie in the same connected region of the free space. Thus, to ascertain plan infeasibility, we merely need to sample adequate points from the obstacle region that isolate start and goal. Accordingly, we progressively construct the configuration space by sampling from the discretized space and updating the bitmap cells representing obstacle regions. Subsequently, we partition this partially built configuration space to identify different connected components within it and assess the connectivity of the start and goal cells. We illustrate this methodology on five different scenarios with configuration spaces having up to 5 degree-of-freedom (DOF).
