# A Constant-Factor Approximation Algorithm for Online Coverage Path   Planning with Energy Constraint

**Authors:** Ayan Dutta, Gokarna Sharma

arXiv: 1906.11750 · 2022-10-04

## TL;DR

This paper presents a constant-factor approximation algorithm for energy-constrained coverage path planning in unknown environments, ensuring efficient exploration with bounded path length and obstacle avoidance.

## Contribution

It introduces an $O(1)$-approximation algorithm for coverage with energy constraints, improving upon previous logarithmic approximation methods.

## Key findings

- Algorithm achieves constant-factor approximation guarantee.
- Outperforms existing algorithms in path length and runtime.
- Effective in environments with various obstacle shapes.

## Abstract

In this paper, we study the problem of coverage planning by a mobile robot with a limited energy budget. The objective of the robot is to cover every point in the environment while minimizing the traveled path length. The environment is initially unknown to the robot. Therefore, it needs to avoid the obstacles in the environment on-the-fly during the exploration. As the robot has a specific energy budget, it might not be able to cover the complete environment in one traversal. Instead, it will need to visit a static charging station periodically in order to recharge its energy. To solve the stated problem, we propose a budgeted depth-first search (DFS)-based exploration strategy that helps the robot to cover any unknown planar environment while bounding the maximum path length to a constant-factor of the shortest-possible path length. Our $O(1)$-approximation guarantee advances the state-of-the-art of log-approximation for this problem. Simulation results show that our proposed algorithm outperforms the current state-of-the-art algorithm both in terms of the traveled path length and run time in all the tested environments with concave and convex obstacles.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.11750/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1906.11750/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1906.11750/full.md

---
Source: https://tomesphere.com/paper/1906.11750