Skip to content

Commit c80cafd

Browse files
Added logging configuration for the segmentation module: Enable logging to see the inlier and outlier pointclouds
1 parent 22e8359 commit c80cafd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parameters/world_modeling/world_model_plugin_rgbd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ parameters:
1616

1717
eps: 0.02 # DBSCAN epsilon parameter in cm (maximum distance between points in acluster)
1818
min_samples: 60 # DBSCAN minimum number of points in a cluster
19+
#logging:
20+
logging: false

0 commit comments

Comments
 (0)