Contact-Aware Motion Planning Among Movable Objects
Haokun Wang, Qianhao Wang, Fei Gao, Shaojie Shen
TL;DR
The paper addresses the limitations of collision-avoidance-only planning by enabling intentional contact with movable objects. It introduces CAMP, a framework that encodes robot-object contact as complementarity constraints within an optimization-based trajectory planning problem and solves it with the augmented Lagrangian method. The approach combines a front-end multi-agent path searching (NAMO/RAMO) with a back-end trajectory optimization that yields feasible, energy-efficient, spatial-temporal trajectories. Results from simulations and real-world experiments show CAMP expands the reachable space, improves task success rates, and adapts to varying task objectives, with code released to the community.
Abstract
Most existing methods for motion planning of mobile robots involve generating collision-free trajectories. However, these methods focusing solely on contact avoidance may limit the robots' locomotion and can not be applied to tasks where contact is inevitable or intentional. To address these issues, we propose a novel contact-aware motion planning (CAMP) paradigm for robotic systems. Our approach incorporates contact between robots and movable objects as complementarity constraints in optimization-based trajectory planning. By leveraging augmented Lagrangian methods (ALMs), we efficiently solve the optimization problem with complementarity constraints, producing spatial-temporal optimal trajectories of the robots. Simulations demonstrate that, compared to the state-of-the-art method, our proposed CAMP method expands the reachable space of mobile robots, resulting in a significant improvement in the success rate of two types of fundamental tasks: navigation among movable objects (NAMO) and rearrangement of movable objects (RAMO). Real-world experiments show that the trajectories generated by our proposed method are feasible and quickly deployed in different tasks.
