English

High-Performance Dual-Arm Task and Motion Planning for Tabletop Rearrangement

Robotics 2026-03-03 v2

Abstract

We propose Synchronous Dual-Arm Rearrangement Planner (SDAR), a task and motion planning (TAMP) framework for tabletop rearrangement, where two robot arms equipped with 2-finger grippers must work together in close proximity to rearrange objects whose start and goal configurations are strongly entangled. To tackle such challenges, SDAR tightly knit together its dependency-driven task planner (SDAR-T) and synchronous dual-arm motion planner (SDAR-M), to intelligently sift through a large number of possible task and motion plans. Specifically, SDAR-T applies a simple yet effective strategy to decompose the global object dependency graph induced by the rearrangement task, to produce more optimal dual-arm task plans than solutions derived from optimal task plans for a single arm. Leveraging state-of-the-art GPU SIMD-based motion planning tools, SDAR-M employs a layered motion planning strategy to sift through many task plans for the best synchronous dual-arm motion plan while ensuring high levels of success rate. Comprehensive evaluation demonstrates that SDAR delivers a 100% success rate in solving complex, non-monotone, long-horizon tabletop rearrangement tasks with solution quality far exceeding the previous state-of-the-art. Experiments on two UR-5e arms further confirm SDAR directly and reliably transfers to robot hardware. Source code and supplementary materials are available at https://github.com/arc-l/dual-arm.

Keywords

Cite

@article{arxiv.2512.08206,
  title  = {High-Performance Dual-Arm Task and Motion Planning for Tabletop Rearrangement},
  author = {Duo Zhang and Junshan Huang and Jingjin Yu},
  journal= {arXiv preprint arXiv:2512.08206},
  year   = {2026}
}

Comments

ICRA 2026 Submission

R2 v1 2026-07-01T08:16:03.919Z