Configuration Space Distance Fields for Manipulation Planning
Yiming Li, Xuemin Chi, Amirreza Razmjoo, Sylvain Calinon
TL;DR
This work introduces Configuration Space Distance Field (CDF), a distance-field representation defined in robot configuration space that preserves unit-gradient properties and enables direct gradient-based planning. By formulating $f_c(p,q)=\min_{q'}\|q-q'\|$ with the constraint $f_s(p,q')=0$, CDF enables one-step gradient projection for inverse kinematics and natural geodesics around obstacles, bridging task-space SDF techniques to configuration-space planning. The paper provides (i) a computation/fusion pipeline for CDF, (ii) a neural CDF variant using an MLP with a loss combining distance, gradient, eikonal, and tension terms, and (iii) extensive demonstrations on planar and 7-DoF Franka robots for whole-body IK and manipulation planning, showing substantial gains in speed, solution throughput, and success rates over SDF-based methods. The results establish CDF as a unified, differentiable, geometry-aware representation that can integrate with learning and optimization to improve manipulation planning in high-dimensional spaces. This framework offers a practical pathway to leveraging SDF-inspired techniques directly in configuration space, enabling efficient IK, planning, and learning-driven control for complex robotic systems.
Abstract
The signed distance field is a popular implicit shape representation in robotics, providing geometric information about objects and obstacles in a form that can easily be combined with control, optimization and learning techniques. Most often, SDFs are used to represent distances in task space, which corresponds to the familiar notion of distances that we perceive in our 3D world. However, SDFs can mathematically be used in other spaces, including robot configuration spaces. For a robot manipulator, this configuration space typically corresponds to the joint angles for each articulation of the robot. While it is customary in robot planning to express which portions of the configuration space are free from collision with obstacles, it is less common to think of this information as a distance field in the configuration space. In this paper, we demonstrate the potential of considering SDFs in the robot configuration space for optimization, which we call the configuration space distance field. Similarly to the use of SDF in task space, CDF provides an efficient joint angle distance query and direct access to the derivatives. Most approaches split the overall computation with one part in task space followed by one part in configuration space. Instead, CDF allows the implicit structure to be leveraged by control, optimization, and learning problems in a unified manner. In particular, we propose an efficient algorithm to compute and fuse CDFs that can be generalized to arbitrary scenes. A corresponding neural CDF representation using multilayer perceptrons is also presented to obtain a compact and continuous representation while improving computation efficiency. We demonstrate the effectiveness of CDF with planar obstacle avoidance examples and with a 7-axis Franka robot in inverse kinematics and manipulation planning tasks.
