paper-with-me

Papers

Online Concurrent Multi-Robot Coverage Path Planning

2024-03-15 · Ratijit Mitra, Indranil Saha

Recently, centralized receding horizon online multi-robot coverage path planning algorithms have shown remarkable scalability in thoroughly exploring large, complex, unknown workspaces with many robots. In a horizon, the path planning and the path execution interleave, meaning when the path planning occurs for robots with no paths, the robots with outstanding paths do not execute, and subsequently, when the robots with new or outstanding paths execute to reach respective goals, path planning does not occur for those robots yet to get new paths, leading to wastage of both the robotic and the computation resources. As a remedy, we propose a centralized algorithm that is not horizon-based. It plans paths at any time for a subset of robots with no paths, i.e., who have reached their previously assigned goals, while the rest execute their outstanding paths, thereby enabling concurrent planning and execution. We formally prove that the proposed algorithm ensures complete coverage of an unknown workspace and analyze its time complexity. To demonstrate scalability, we evaluate our algorithm to cover eight large $2$D grid benchmark workspaces with up to 512 aerial and ground robots, respectively. A comparison with a state-of-the-art horizon-based algorithm shows its superiority in completing the coverage with up to 1.6x speedup. For validation, we perform ROS + Gazebo simulations in six 2D grid benchmark workspaces with 10 quadcopters and TurtleBots, respectively. We also successfully conducted one outdoor experiment with three quadcopters and one indoor with two TurtleBots.

📄 PDF Abstract BibTeX arXiv:2403.10460

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi-CAP: A Multi-Robot Connectivity-Aware Hierarchical Coverage Path Planning Algorithm for Unknown Environments

2025-09-18 · Zongyuan Shen, Burhanuddin Shirose, Prasanna Sriganesh, Bhaskar Vundurthy 외 arxiv

Efficient coordination of multiple robots for coverage of large, unknown environments is a significant challenge that involves minimizing the total coverage path length while reducing inter-robot conflicts. In this paper…

Collaborative Planning with Concurrent Synchronization for Operationally Constrained UAV-UGV Teams

2026-03-06 · Zihao Deng, Qianhuang Li, Peng Gao, Maggie Wigness 외 arxiv

Collaborative planning under operational constraints is an essential capability for heterogeneous robot teams tackling complex large-scale real-world tasks. Unmanned Aerial Vehicles (UAVs) offer rapid environmental cover…

Coverage Path Planning: Classical Foundations, Recent Advances, and Future Directions

2026-07-12 · Zongyuan Shen, Shalabh Gupta, Shancheng Zhao, Dehua Zhou 외 arxiv

Coverage path planning (CPP) is a fundamental problem in robot motion planning, whose aim is to produce robot trajectories that provide complete coverage of target workspaces while minimizing task-specific objectives suc…

Motion Planning

Online search of unknown terrains using a dynamical system-based path planning approach

2021-03-22 · Karan Sridharan, Patrick McNamee, Zahra Nili Ahmadabadi, Jeffrey Hudack

Surveillance and exploration of large environments is a tedious task. In spaces with limited environmental cues, random-like search is an effective approach as it allows the robot to perform online coverage of environmen…

MDCPP: Multi-robot Dynamic Coverage Path Planning for Workload Adaptation

2025-09-28 · Jun Chen, Mingjia Chen, Shinkyu Park arxiv

Multi-robot Coverage Path Planning (MCPP) addresses the problem of computing paths for multiple robots to effectively cover a large area of interest. Conventional approaches to MCPP typically assume that robots move at f…