arXiv:2503.20324cs.ROcs.MA2025-03被引 6

解决多智能体按序完成任务并避障的路径规划问题。

CTS-CBS: A New Approach for Multi-Agent Collaborative Task Sequencing and Path Finding

  • 分两层搜索:高层生成任务序列,底层约束单体路径规划。
  • 成功率最高提升20倍,运行速度最快快100倍,质量损失小于10%。
  • 可调参数平衡效率与精度,适合实际机器人部署。

本文针对多智能体路径规划(MAPF)中的一个泛化问题——协作任务排序-多智能体路径规划(CTS-MAPF),即智能体需在抵达最终目标前按特定顺序访问一系列中间任务点,并保持路径无碰撞。为此,提出一种新方法——协作任务排序-基于冲突搜索(CTS-CBS),采用双层搜索架构:高层生成搜索森林,每棵树对应由jTSP解导出的联合任务序列;低层则执行受高层约束的单智能体路径规划。该方法具备完备性与最优性(或有界次优性)理论保证。为评估性能,构建两个数据集CTS-MAPF和MG-MAPF并开展全面实验。结果表明,针对MG-MAPF的CTS-CBS变体在成功率上最高提升20倍,运行时间最快快100倍,且解决方案质量损失不足10%。此外,用户可通过调整次优性参数omega,在解的质量与效率间灵活权衡。最后,实际机器人测试验证了算法在真实场景中的适用性。

原文摘要 · Abstract (English)

This paper addresses a generalization problem of Multi-Agent Pathfinding (MAPF), called Collaborative Task Sequencing - Multi-Agent Pathfinding (CTS-MAPF), where agents must plan collision-free paths and visit a series of intermediate task locations in a specific order before reaching their final destinations. To address this problem, we propose a new approach, Collaborative Task Sequencing - Conflict-Based Search (CTS-CBS), which conducts a two-level search. In the high level, it generates a search forest, where each tree corresponds to a joint task sequence derived from the jTSP solution. In the low level, CTS-CBS performs constrained single-agent path planning to generate paths for each agent while adhering to high-level constraints. We also provide heoretical guarantees of its completeness and optimality (or sub-optimality with a bounded parameter). To evaluate the performance of CTS-CBS, we create two datasets, CTS-MAPF and MG-MAPF, and conduct comprehensive experiments. The results show that CTS-CBS adaptations for MG-MAPF outperform baseline algorithms in terms of success rate (up to 20 times larger) and runtime (up to 100 times faster), with less than a 10% sacrifice in solution quality. Furthermore, CTS-CBS offers flexibility by allowing users to adjust the sub-optimality bound omega to balance between solution quality and efficiency. Finally, practical robot tests demonstrate the algorithm's applicability in real-world scenarios.

多智能体路径规划任务排序机器人

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。