Skip to content

Commit 4f03d64

Browse files
committed
fix whitespace
1 parent 12dc371 commit 4f03d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parameters/world_modeling/world_model_plugin_rgbd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ parameters:
88
yolo_model: $(env TUE_ENV_WS_DIR)/build/yolo_onnx_ros/resources/yolo11m/yolo11m.onnx
99
sam_encoder: $(env TUE_ENV_WS_DIR)/build/sam_onnx_ros/resources/speed_SAM/SAM_encoder.onnx
1010
sam_decoder: $(env TUE_ENV_WS_DIR)/build/sam_onnx_ros/resources/speed_SAM/SAM_mask_decoder.onnx
11-
11+
1212
alpha: 1.0 # GMM alpha parameter (weights of the clusters 1 = uniform)
1313
kappa0: 0 # Weak prior on the mean (how much we trust the prior)
1414
psi0: 0.05 # Covariance prior (scale assumes spherical clusters)
1515
nu0: 4.0 # Covariance strength
16-
16+
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
1919
logging: false

0 commit comments

Comments
 (0)