The Single Robot Line Coverage Problem: Theory, Algorithms, and Experiments
Saurav Agarwal, Srinivas Akella

TL;DR
This paper models the single robot line coverage problem as an optimization task, proposing algorithms with guarantees that efficiently generate near-optimal solutions for inspecting linear infrastructure using aerial and ground robots.
Contribution
It introduces a novel integer linear programming formulation and approximation algorithms with proven guarantees, improving solution quality for the asymmetric rural postman problem.
Findings
Algorithms run within 3 seconds on large road networks.
Solutions are within 10% of the optimal.
Demonstrated effectiveness with commercial UAVs.
Abstract
Line coverage is the task of servicing a given set of one-dimensional features in an environment. It is important for the inspection of linear infrastructure such as road networks, power lines, and oil and gas pipelines. This paper addresses the single robot line coverage problem for aerial and ground robots by modeling it as an optimization problem on a graph. The problem belongs to the broad class of arc routing problems and is closely related to the rural postman problem (RPP) on asymmetric graphs. The paper presents an integer linear programming formulation with proofs of correctness. Using the minimum cost flow problem, we develop approximation algorithms with guarantees on the solution quality. These guarantees also improve the existing results for the asymmetric RPP. The main algorithm partitions the problem into three cases based on the structure of the required graph, i.e., the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Smart Parking Systems Research · Robotic Path Planning Algorithms
