Skip to content

Commit d8f09bc

Browse files
committed
Loss of optimality note.
1 parent 6af5dc8 commit d8f09bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

polygon_coverage_solvers/include/polygon_coverage_solvers/impl/graph_base_impl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,8 @@ GraphBase<NodeProperty, EdgeProperty>::getAdjacencyMatrix() const {
372372
ROS_WARN_COND(
373373
min_diff < 1.0,
374374
"The adjacency matrix is ill conditioned. Consider removing small "
375-
"details in the polygon to have even decomposition sizes.");
375+
"details in the polygon to have even decomposition sizes. Loss of "
376+
"optimality!");
376377
}
377378

378379
ROS_DEBUG("The minimum cost difference is: %.9f", min_diff);

0 commit comments

Comments
 (0)