paper-with-me

Papers

Collaborative Task Assignment, Sequencing and Multi-agent Path-finding

2025-10-01 · Yifan Bai, Shruti Kotpalliwar, Christoforos Kanellakis, George Nikolakopoulos arxiv

In this article, we address the problem of collaborative task assignment, sequencing, and multi-agent pathfinding (TSPF), where a team of agents must visit a set of task locations without collisions while minimizing flowtime. TSPF incorporates agent-task compatibility constraints and ensures that all tasks are completed. We propose a Conflict-Based Search with Task Sequencing (CBS-TS), an optimal and complete algorithm that alternates between finding new task sequences and resolving conflicts in the paths of current sequences. CBS-TS uses a mixed-integer linear program (MILP) to optimize task sequencing and employs Conflict-Based Search (CBS) with Multi-Label A* (MLA*) for collision-free path planning within a search forest. By invoking MILP for the next-best sequence only when needed, CBS-TS efficiently limits the search space, enhancing computational efficiency while maintaining optimality. We compare the performance of our CBS-TS against Conflict-based Steiner Search (CBSS), a baseline method that, with minor modifications, can address the TSPF problem. Experimental results demonstrate that CBS-TS outperforms CBSS in most testing scenarios, achieving higher success rates and consistently optimal solutions, whereas CBSS achieves near-optimal solutions in some cases. The supplementary video is available at https://youtu.be/QT8BYgvefmU.

📄 PDF Abstract BibTeX arXiv:2510.21738

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Optimal task and motion planning and execution for human-robot multi-agent systems in dynamic environments

2023-03-27 · Marco Faroni, Alessandro Umbrico, Manuel Beschi, Andrea Orlandini 외

Combining symbolic and geometric reasoning in multi-agent systems is a challenging task that involves planning, scheduling, and synchronization problems. Existing works overlooked the variability of task duration and geo…

Motion PlanningSchedulingTask and Motion Planning

CTS-PLL: A Robust and Anytime Framework for Collaborative Task Sequencing and Multi-Agent Path Finding

2026-03-26 · Junkai Jiang, Yitao Xu, Ruochen Li, Shaobing Xu 외 arxiv

The Collaborative Task Sequencing and Multi-Agent Path Finding (CTS-MAPF) problem requires agents to accomplish sequences of tasks while avoiding collisions, posing significant challenges due to its combinatorial complex…

MultiUAV-Plat: An LLM-Oriented Platform, Benchmark and Framework for Multi-UAV Collaborative Task Planning

2026-06-30 · Sheng Zhang, Qinglin Li, Yuechao Zang, Xueqin Huang 외 arxiv

Large language models (LLMs) provide a promising interface for high-level robotic task planning, but their use in multi-UAV collaboration remains difficult to evaluate systematically. Existing UAV simulators mainly empha…

Decentralizing Coordination in Open Vehicle Fleets for Scalable and Dynamic Task Allocation

2024-01-19 · Marin Lujak, Stefano Giordani, Andrea Omicini, Sascha Ossowski

One of the major challenges in the coordination of large, open, collaborative, and commercial vehicle fleets is dynamic task allocation. Self-concerned individually rational vehicle drivers have both local and global obj…

Combinatorial Optimization

Optimized Scheduling and Positioning of Mobile Manipulators in Collaborative Applications

2025-12-19 · Christian Cella, Sole Ester Sonnino, Marco Faroni, Andrea Zanchettin 외 arxiv

The growing integration of mobile robots in shared workspaces requires efficient path planning and coordination between the agents, accounting for safety and productivity. In this work, we propose a digital model-based o…