Multi-robot searching with limited sensing range for static and mobile intruders
Swadhin Agrawal, Sujoy Bhore, Joseph S. B. Mitchell, P. B. Sujit, Aayush Gohil
TL;DR
The paper addresses multi-robot search with limited sensing in a simply connected orthogonal polygon, proving NP-hardness for guaranteed interception and formulating MRS and DMRS. It proposes three algorithmic families—space-filling-curves (with rectangulation), random search, and cooperative random search—and analyzes the trade-off between the number of robots $k$ and search time under static and mobile intruder models. Through Monte-Carlo simulations, RS and CRS emerge as effective with small $k$, while SFC approaches baselines more closely only when the region is decomposed into many rectangles; geometry and area can significantly affect performance. The work provides practical insights for robust search strategies in constrained environments and suggests directions for handling multiple or intelligent intruders and more complex polygons.
Abstract
We consider the problem of searching for an intruder in a geometric domain by utilizing multiple search robots. The domain is a simply connected orthogonal polygon with edges parallel to the cartesian coordinate axes. Each robot has a limited sensing capability. We study the problem for both static and mobile intruders. It turns out that the problem of finding an intruder is NP-hard, even for a stationary intruder. Given this intractability, we turn our attention towards developing efficient and robust algorithms, namely methods based on space-filling curves, random search, and cooperative random search. Moreover, for each proposed algorithm, we evaluate the trade-off between the number of search robots and the time required for the robots to complete the search process while considering the geometric properties of the connected orthogonal search area.
