Skip to content

Commit cbe3b42

Browse files
Added parameter regarding gaussian GMM
1 parent 59e1a41 commit cbe3b42

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

parameters/world_modeling/world_model_plugin_rgbd.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ type: ed_sensor_integration/rgbd
33
enabled: 1
44
parameters:
55
topic: /hero/head_rgbd_sensor/rgbd
6+
updater:
7+
segmenter:
8+
#gmm:
9+
alpha: 1.0 # GMM alpha parameter (weights of the clusters 1 = uniform)
10+
kappa0: 0.0 # Weak prior on the mean (how much we trust the prior)
11+
psi0: 0.0005 # Covariance prior (scale assumes spherical clusters)
12+
nu0: 4.0 # Covariance strength

0 commit comments

Comments
 (0)