Planning Shorter Paths in Graphs of Convex Sets by Undistorting Parametrized Configuration Spaces
Shruti Garg, Thomas Cohn, Russ Tedrake
TL;DR
The paper addresses the mismatch between nonconvex objective landscapes and convex feasibility in Graphs of Convex Sets (GCS) for motion planning, caused by nonlinear parametrizations of the configuration space. It proposes a framework that isolates the nonconvex objective through nonlinear coordinate changes α and optimizes it on the parametrized space Q using Projected Gradient Descent (PGD) while maintaining feasibility via convex projections. The approach is demonstrated across constrained bimanual IK, planning over SO(3) with Euler angles, and rational kinematics with certification, yielding substantial reductions in path length and trajectory time with modest runtime increases. This work broadens GCS applicability to richer, nonconvex objectives and certified planning, offering practical improvements for complex robotic systems while preserving the robustness guarantees of convex optimization.
Abstract
Optimization based motion planning provides a useful modeling framework through various costs and constraints. Using Graph of Convex Sets (GCS) for trajectory optimization gives guarantees of feasibility and optimality by representing configuration space as the finite union of convex sets. Nonlinear parametrizations can be used to extend this technique to handle cases such as kinematic loops, but this distorts distances, such that solving with convex objectives will yield paths that are suboptimal in the original space. We present a method to extend GCS to nonconvex objectives, allowing us to "undistort" the optimization landscape while maintaining feasibility guarantees. We demonstrate our method's efficacy on three different robotic planning domains: a bimanual robot moving an object with both arms, the set of 3D rotations using Euler angles, and a rational parametrization of kinematics that enables certifying regions as collision free. Across the board, our method significantly improves path length and trajectory duration with only a minimal increase in runtime. Website: https://shrutigarg914.github.io/pgd-gcs-results/
