One-Step Model Predictive Path Integral for Manipulator Motion Planning Using Configuration Space Distance Fields
Yulin LI, Tetsuro Miyazaki, Kenji Kawashima
AI summary
Problem
Classical gradient-based planners fail near obstacles due to vanishing gradients and local minima, while gradient-free MPPI methods are computationally prohibitive due to long-horizon rollouts and complex cost scaling.
Approach
The method replaces long-horizon MPPI rollouts with a single-step sampling loop, using Configuration Space Distance Fields to compute a unified, angle-based cost that evaluates collision risk and goal progress locally.
Key results
- Nearly 100% success rate in 2D and high success rates for 7-DoF manipulator
- Control frequencies exceeding 750 Hz, outperforming baselines
- Unified angle-based cost eliminates heterogeneous scaling issues
- One-step sampling drastically reduces computation while preserving safety
Why it matters
Enables real-time, safe motion control for high-dimensional robotic arms in cluttered environments without the computational burden of traditional planners.
Abstract
Motion planning for robotic manipulators is a fundamental problem in robotics. Classical optimization-based methods typically rely on the gradients of signed distance fields (SDF) to impose collision-avoidance constraints. However, these methods are susceptible to local minima and may fail when the SDF gradients vanish. Recently, Configuration Space Distance Fields (CDFs) have been introduced, which directly model distances in the robot’s configuration space. Unlike workspace SDF, CDFs are differentiable almost everywhere and thus pro- vide reliable gradient information. On the other hand, gradient- free approaches such as Model Predictive Path Integral (MPPI) control leverage long-horizon rollouts to achieve collision avoid- ance. While effective, these methods are computationally expen- sive due to the large number of trajectory samples, repeated collision checks, and the difficulty of designing cost functions with heterogeneous physical units. In this paper, we propose a framework that integrates the CDF representation with MPPI to enable direct navigation in the robot’s configuration space. Leveraging CDF gradients, we unify the MPPI cost in joint space and reduce the horizon to one step, substantially cutting computation while preserving collision avoidance in practice. We demonstrate that our approach achieves nearly 100% success rates in 2D environments and consistently high success rates in challenging 7-DoF Franka manipulator simulations with complex obstacles. Furthermore, our method attains con- trol frequencies exceeding 750 Hz, substantially outperforming both optimization-based and standard MPPI baselines. These results highlight the effectiveness and efficiency of the proposed CDF-MPPI framework for high-dimensional motion planning.