paper-with-me

Papers

Optimal Sequential Task Assignment and Path Finding for Multi-Agent Robotic Assembly Planning

2020-06-16 · Kyle Brown, Oriana Peltzer, Martin A. Sehr, Mac Schwager, Mykel J. Kochenderfer

We study the problem of sequential task assignment and collision-free routing for large teams of robots in applications with inter-task precedence constraints (e.g., task $A$ and task $B$ must both be completed before task $C$ may begin). Such problems commonly occur in assembly planning for robotic manufacturing applications, in which sub-assemblies must be completed before they can be combined to form the final product. We propose a hierarchical algorithm for computing makespan-optimal solutions to the problem. The algorithm is evaluated on a set of randomly generated problem instances where robots must transport objects between stations in a "factory "grid world environment. In addition, we demonstrate in high-fidelity simulation that the output of our algorithm can be used to generate collision-free trajectories for non-holonomic differential-drive robots.

📄 PDF Abstract BibTeX arXiv:2006.08845

Code (1)

kylejbrown17/TaskGraphs.jl

Similar Papers 제목 키워드 기반

Optimal and Bounded-Suboptimal Multi-Goal Task Assignment and Path Finding

2022-08-02 · Xinyi Zhong, Jiaoyang Li, Sven Koenig, Hang Ma

We formalize and study the multi-goal task assignment and path finding (MG-TAPF) problem from theoretical and algorithmic perspectives. The MG-TAPF problem is to compute an assignment of tasks to agents, where each task …

Multi-Agent Path Finding

ITA-ECBS: A Bounded-Suboptimal Algorithm for the Combined Target-Assignment and Path-Finding Problem

2024-04-08 · Yimin Tang, Sven Koenig, Jiaoyang Li

Multi-Agent Path Finding (MAPF), i.e., finding collision-free paths for multiple robots, plays a critical role in many applications. Sometimes, assigning a target to each agent also presents a challenge. The Combined Tar…

Multi-Agent Path Finding

Optimal Task Assignment and Path Planning using Conflict-Based Search with Precedence and Temporal Constraints

2024-02-13 · Yu Quan Chong, Jiaoyang Li, Katia Sycara

The Multi-Agent Path Finding (MAPF) problem entails finding collision-free paths for a set of agents, guiding them from their start to goal locations. However, MAPF does not account for several practical task-related con…

Multi-Agent Path FindingReinforcement Learning (RL)

Alternating Target-Path Planning for Scalable Multi-Agent Coordination

2026-05-08 · Yu Kumagai, Keisuke Okumura arxiv

The concurrent target assignment and pathfinding (TAPF) problem extends multi-agent pathfinding (MAPF) by asking planners to allocate distinct targets and collision-free paths to agents. Prior work on TAPF has relied exc…

Solving Multi-Agent Target Assignment and Path Finding with a Single Constraint Tree

2023-07-02 · Yimin Tang, Zhongqiang Ren, Jiaoyang Li, Katia Sycara

Combined Target-Assignment and Path-Finding problem (TAPF) requires simultaneously assigning targets to agents and planning collision-free paths for agents from their start locations to their assigned targets. As a leadi…