Skip to content

Commit 5bdf0cb

Browse files
authored
Merge pull request #5 from leggedrobotics/fix/initial_variance
Increase initial variance
2 parents cd8d00f + 9437908 commit 5bdf0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elevation_mapping_cupy/config/parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ max_drift: 0.1 # drift compensation happens onl
99
drift_compensation_alpha: 0.1 # drift compensation alpha for smoother update of drift compensation
1010
time_variance: 0.0001 # add this value when update_variance is called.
1111
max_variance: 100.0 # maximum variance for each cell.
12-
initial_variance: 100.0 # initial variance for each cell.
12+
initial_variance: 1000.0 # initial variance for each cell.
1313
traversability_inlier: 0.9 # cells with higher traversability are used for drift compensation.
1414
dilation_size: 3 # dilation filter size before traversability filter.
1515
wall_num_thresh: 20 # if there are more points than this value, only higher points than the current height are used to make the wall more sharp.

0 commit comments

Comments
 (0)