Superfast Configuration-Space Convex Set Computation on GPUs for Online Motion Planning
Peter Werner, Richard Cheng, Tom Stewart, Russ Tedrake, Daniela Rus
TL;DR
The paper tackles real-time motion planning in changing environments by constructing probabilistically safe convex decompositions of the robot's configuration space using GPU-accelerated EI-ZO to inflate line-segments into safe polytopes, which are then integrated with dynamic roadmaps and decomposition-based motion planners. The core contributions are the EI-ZO algorithm, its CUDA implementation, and the end-to-end pipeline that couples DRMs, EI-ZO, and DBMPs to produce fast, reliable, collision-free trajectories in 2D and 7-DOF settings, validated on simulation and hardware. The results show substantial speedups (up to about 17x faster) and improved reliability (around a 28% increase) over nonlinear trajectory optimization, with occasional trade-offs in nominal trajectory cost. Overall, the work extends DBMPs to changing environments by enabling rapid, scalable safe-space construction and integration with high-level planning to deliver practical, perception-enabled motion planning pipelines.
Abstract
In this work, we leverage GPUs to construct probabilistically collision-free convex sets in robot configuration space on the fly. This extends the use of modern motion planning algorithms that leverage such representations to changing environments. These planners rapidly and reliably optimize high-quality trajectories, without the burden of challenging nonconvex collision-avoidance constraints. We present an algorithm that inflates collision-free piecewise linear paths into sequences of convex sets (SCS) that are probabilistically collision-free using massive parallelism. We then integrate this algorithm into a motion planning pipeline, which leverages dynamic roadmaps to rapidly find one or multiple collision-free paths, and inflates them. We then optimize the trajectory through the probabilistically collision-free sets, simultaneously using the candidate trajectory to detect and remove collisions from the sets. We demonstrate the efficacy of our approach on a simulation benchmark and a KUKA iiwa 7 robot manipulator with perception in the loop. On our benchmark, our approach runs 17.1 times faster and yields a 27.9% increase in reliability over the nonlinear trajectory optimization baseline, while still producing high-quality motion plans.
