Generating and Optimizing Topologically Distinct Guesses for Mobile Manipulator Path Planning with Path Constraints
Rufus Cheuk Yin Wong, Mayank Sewlia, Adrian Wiltz, Dimos V. Dimarogonas
TL;DR
This work addresses nonconvex constrained motion planning for mobile manipulators with end-effector path constraints by introducing a four-step pipeline that first generates homotopically distinct path guesses on a low-dimensional configuration graph using a modified Neighborhood Augmented Graph Search (NAGS), then refines each guess with trajectory optimization to produce multiple locally optimal paths. By augmenting NAGS with path-neighborhood based equivalence, handling tiny obstacles, nonuniform discretization, and robust visiting-order rules, the method reliably identifies multiple distinct local optima and reduces dependence on any single initial guess. Empirical results across two planning problems and randomized tests show faster discovery of diverse, high-quality initial guesses, higher NLP success rates, and lower final costs compared with constrained sampling-based planners, especially in environments with large obstacles. The approach thus provides a practical, topology-aware alternative that complements existing sampling-based methods for high-dimensional constrained planning.
Abstract
Optimal path planning is prone to convergence to local, rather than global, optima. This is often the case for mobile manipulators due to nonconvexities induced by obstacles, robot kinematics and constraints. This paper focuses on planning under end effector path constraints and attempts to circumvent the issue of converging to a local optimum. We propose a pipeline that first discovers multiple homotopically distinct paths, and then optimizes them to obtain multiple distinct local optima. The best out of these distinct local optima is likely to be close to the global optimum. We demonstrate the effectiveness of our pipeline in the optimal path planning of mobile manipulators in the presence of path and obstacle constraints.
