# Revisiting Boustrophedon Coverage Path Planning as a Generalized   Traveling Salesman Problem

**Authors:** Rik B\"ahnemann, Nicholas Lawrance, Jen Jen Chung, Michael Pantic,, Roland Siegwart, Juan Nieto

arXiv: 1907.09224 · 2021-12-07

## TL;DR

This paper introduces an obstacle-aware coverage path planner for MAVs that optimizes sweep paths in polygonal environments, improving efficiency and applicability in real-world, obstructed terrains.

## Contribution

It extends boustrophedon coverage planning by incorporating obstacle considerations and sweep optimization, providing an open source framework for terrain coverage in complex environments.

## Key findings

- Achieves 14% lower path costs than conventional planners.
- Successfully tested on 320 synthetic maps and real terrain.
- Operates efficiently enough for field deployment.

## Abstract

In this paper, we present a path planner for low-altitude terrain coverage in known environments with unmanned rotary-wing micro aerial vehicles (MAVs). Airborne systems can assist humanitarian demining by surveying suspected hazardous areas (SHAs) with cameras, ground-penetrating synthetic aperture radar (GPSAR), and metal detectors. Most available coverage planner implementations for MAVs do not consider obstacles and thus cannot be deployed in obstructed environments. We describe an open source framework to perform coverage planning in polygon flight corridors with obstacles. Our planner extends boustrophedon coverage planning by optimizing over different sweep combinations to find the optimal sweep path, and considers obstacles during transition flights between cells. We evaluate the path planner on 320 synthetic maps and show that it is able to solve realistic planning instances fast enough to run in the field. The planner achieves 14% lower path costs than a conventional coverage planner. We validate the planner on a real platform where we show low-altitude coverage over a sloped terrain with trees.

## Full text

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

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1907.09224/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1907.09224/full.md

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