Stop-N-Go: Search-based Conflict Resolution for Motion Planning of Multiple Robotic Manipulators
Gidon Han, Jeongwoo Park, Changjoo Nam
TL;DR
The paper tackles multi-robot manipulation in crowded environments where temporal coordination is essential. It introduces Stop-N-Go, an A*-based temporal adjustment framework that inserts pauses into independently planned trajectories to minimize makespan without altering spatial paths. The approach is shown to be probabilistically complete and, for the basic version, optimal given a set of initial trajectories, with experiments demonstrating superior success rates in dense scenarios compared to baselines. This method enables scalable, temporally coordinated motion planning for teams of high-DOF manipulators in shared workspaces.
Abstract
We address the motion planning problem for multiple robotic manipulators in packed environments where shared workspace can result in goal positions occupied or blocked by other robots unless those other robots move away to make the goal positions free. While planning in a coupled configuration space (C-space) is straightforward, it struggles to scale with the number of robots and often fails to find solutions. Decoupled planning is faster but frequently leads to conflicts between trajectories. We propose a conflict resolution approach that inserts pauses into individually planned trajectories using an A* search strategy to minimize the makespan--the total time until all robots complete their tasks. This method allows some robots to stop, enabling others to move without collisions, and maintains short distances in the C-space. It also effectively handles cases where goal positions are initially blocked by other robots. Experimental results show that our method successfully solves challenging instances where baseline methods fail to find feasible solutions.
