coverageDecomposition
Syntax
Description
The coverageDecomposition
function decomposes coverage
regions into subregions using vertex-edge decomposition[1]. This enables you to plan
more efficient coverage paths using optimized planning options for each subregion to have
minimum turns and then connect the plans together.
decomposes the concave polygon polygons
= coverageDecomposition(concavePolygon
)concavePolygon
into convex polygon areas
polygons
based on minimum-width criteria[1].
tests the vertex edge decompositions with slopes that are between the tolerance
polygons
= coverageDecomposition(concavePolygon
,IntersectionTol=tolerance
)tolerance
, which respect to the polygon edges.
Examples
Input Arguments
Output Arguments
References
[1] Li, Yan, Hai Chen, Meng Joo Er, and Xinmin Wang. “Coverage Path Planning for UAVs Based on Enhanced Exact Cellular Decomposition Method.” Mechatronics 21, no. 5 (August 2011): 876–85. https://doi.org/10.1016/j.mechatronics.2010.10.009.