Skip to content

Commit 4b3bbd3

Browse files
committed
Monitor sweep line candidates.
1 parent cdf15ff commit 4b3bbd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polygon_coverage_geometry/src/decomposition.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ bool computeBestBCDFromPolygonWithHoles(const PolygonWithHoles& pwh,
106106

107107
// Get all possible decomposition directions.
108108
std::vector<Direction_2> directions = findPerpEdgeDirections(pwh);
109+
ROS_DEBUG("Number of perpendicular edge directions: %d", directions.size());
109110

110111
// For all possible rotations:
111112
for (const auto& dir : directions) {

0 commit comments

Comments
 (0)