Path Planning for Spot Spraying with UAVs Combining TSP and Area Coverages
Mogens Plessen
TL;DR
This work tackles minimizing UAV flight length for spot spraying inside a defined field while strictly avoiding obstacles and keeping within the bounding contour. It proposes a two-phase approach that decouples a TSP tour across patches from per-patch area-coverage paths, with headland paths to mitigate coverage gaps. Among the tested strategies, a deterministic TSP-refinement heuristic (H$_4$) consistently performs best, and an Optimised area-coverage method yields meaningful total-length savings over the Classic approach. A surprising result is that area-coverage pathlength can account for a large share of the total pathlength (up to ~83%), underscoring the importance of efficient patch-area coverage in UAV spot spraying. The framework aims to enable scalable, efficient, and safe UAV planning for agricultural spraying, with future work on multi-UAV coordination and 3D trajectory considerations.
Abstract
This paper addresses the following task: given a set of patches or areas of varying sizes that are meant to be serviced within a bounding contour calculate a minimal length path plan for an unmanned aerial vehicle (UAV) such that the path additionally avoids given obstacles areas and does never leave the bounding contour. The application in mind is agricultural spot spraying, where the bounding contour represents the field contour and multiple patches represent multiple weed areas meant to be sprayed. Obstacle areas are ponds or tree islands. The proposed method combines a heuristic solution to a traveling salesman problem (TSP) with optimised area coverage path planning. Two TSP-initialisation and 4 TSP-refinement heuristics as well as two area coverage path planning methods are evaluated on three real-world experiments with three obstacle areas and 15, 19 and 197 patches, respectively. The unsuitability of a Boustrophedon-path for area coverage gap avoidance is discussed and inclusion of a headland path for area coverage is motivated. Two main findings are (i) the particular suitability of one TSP-refinement heuristic, and (ii) the unexpected high contribution of patches areas coverage pathlengths on total pathlength, highlighting the importance of optimised area coverage path planning for spot spraying.
