Collision Avoidance using Iterative Dynamic and Nonlinear Programming with Adaptive Grid Refinements
Rebecca Richter, Alberto De Marchi, Matthias Gerdts
TL;DR
The paper tackles collision-avoidant trajectory planning for high-dimensional dynamical systems with obstacles by marrying dynamic programming on a low-dimensional representation with nonlinear programming in the full space, augmented by adaptive state-space grid refinement. The approach uses a penalty term $\rho \mathcal{P}(w)$ and a terminal/feasibility term $\mathcal{M}(w(\tau_f))$ within a DP framework linked to the high-dimensional space via the mapping $\Omega$. A key contribution is replacing penalty-based adaptation with adaptive grid refinement, leveraging cube-based grids from $\text{richter2023adaptive}$ to capture narrow passages efficiently and improve convergence. Numerical results on a space-manipulator demonstrate higher success rates and robustness compared to fixed-grid IDNP and a full discretization, with substantial reductions in memory and compute time. Overall, the method offers a scalable, robust framework for complex obstacle-avoidant planning where global feasibility and high-dimensional dynamics must be reconciled.
Abstract
Nonlinear optimal control problems for trajectory planning with obstacle avoidance present several challenges. While general-purpose optimizers and dynamic programming methods struggle when adopted separately, their combination enabled by a penalty approach is capable of handling highly nonlinear systems while overcoming the curse of dimensionality. Nevertheless, using dynamic programming with a fixed state space discretization limits the set of reachable solutions, hindering convergence or requiring enormous memory resources for uniformly spaced grids. In this work we solve this issue by incorporating an adaptive refinement of the state space grid, splitting cells where needed to better capture the problem structure while requiring less discretization points overall. Numerical results on a space manipulator demonstrate the improved robustness and efficiency of the combined method with respect to the single components.
