Constant-Time Motion Planning with Manipulation Behaviors
Nayesha Gandotra, Itamar Mishani, Maxim Likhachev
TL;DR
This work addresses real-time, verifiable planning for tasks that combine collision-free motion with manipulation behaviors in semi-structured environments. It extends Constant-Time Motion Planning (CTMP) by embedding manipulation behaviors into offline preprocessing, yielding Behavioral CTMP (B-CTMP) with constant-time online queries and formal completeness guarantees within a region of interest. The method uses a compact library of attractor tuples and neighborhoods to cover the object pose space, and validates behavior rollouts offline to ensure executable plans online. Experiments on shelf grasping and charger insertion show robust performance, fast decision times, and reduced memory usage compared with baseline approaches. The work introduces PR-completeness as a framework for reasoning about guarantees in behavior-based manipulation within fixed RoIs.
Abstract
Recent progress in contact-rich robotic manipulation has been striking, yet most deployed systems remain confined to simple, scripted routines. One of the key barriers is the lack of motion planning algorithms that can provide verifiable guarantees for safety, efficiency and reliability. To address this, a family of algorithms called Constant-Time Motion Planning (CTMP) was introduced, which leverages a preprocessing phase to enable collision-free motion queries in a fixed, user-specified time budget (e.g., 10 milliseconds). However, existing CTMP methods do not explicitly incorporate the manipulation behaviors essential for object handling. To bridge this gap, we introduce the \textit{Behavioral Constant-Time Motion Planner} (B-CTMP), an algorithm that extends CTMP to solve a broad class of two-step manipulation tasks: (1) a collision-free motion to a behavior initiation state, followed by (2) execution of a manipulation behavior (such as grasping or insertion) to reach the goal. By precomputing compact data structures, B-CTMP guarantees constant-time query in mere milliseconds while ensuring completeness and successful task execution over a specified set of states. We evaluate B-CTMP on two canonical manipulation tasks in simulation, shelf picking and plug insertion,and demonstrate its effectiveness on a real robot. Our results show that B-CTMP unifies collision-free planning and object manipulation within a single constant-time framework, providing provable guarantees of speed and success for manipulation in semi-structured environments.
