File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
elevation_mapping_cupy/config Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ max_drift: 0.1 # drift compensation happens onl
99drift_compensation_alpha : 0.1 # drift compensation alpha for smoother update of drift compensation
1010time_variance : 0.0001 # add this value when update_variance is called.
1111max_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.
1313traversability_inlier : 0.9 # cells with higher traversability are used for drift compensation.
1414dilation_size : 3 # dilation filter size before traversability filter.
1515wall_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.
You can’t perform that action at this time.
0 commit comments