Fast-dRRT*: Efficient Multi-Robot Motion Planning for Automated Industrial Manufacturing
Andrey Solano, Arne Sieverling, Robert Gieselmann, Andreas, Orthey

TL;DR
Fast-dRRT* is a novel multi-robot motion planner that significantly improves solution speed and robustness in complex industrial scenarios by leveraging pre-computed collision checks and deadlock avoidance.
Contribution
It extends dRRT* with swept volume-based collision detection, deadlock avoidance, and simplified rewiring, enabling real-time multi-robot planning in industrial environments.
Findings
Outperforms dRRT* by up to 94% in solution time
Achieves up to 35% reduction in initial solution cost
Effectively handles noise and complex tasks like welding and pick-and-place
Abstract
We present Fast-dRRT*, a sampling-based multi-robot planner, for real-time industrial automation scenarios. Fast-dRRT* builds upon the discrete rapidly-exploring random tree (dRRT*) planner, and extends dRRT* by using pre-computed swept volumes for efficient collision detection, deadlock avoidance for partial multi-robot problems, and a simplified rewiring strategy. We evaluate Fast-dRRT* on five challenging multi-robot scenarios using two to four industrial robot arms from various manufacturers. The scenarios comprise situations involving deadlocks, narrow passages, and close proximity tasks. The results are compared against dRRT*, and show Fast-dRRT* to outperform dRRT* by up to 94% in terms of finding solutions within given time limits, while only sacrificing up to 35% on initial solution cost. Furthermore, Fast-dRRT* demonstrates resilience against noise in target configurations,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Optimization and Search Problems · Reinforcement Learning in Robotics
