Skip to content

Commit 551baab

Browse files
authored
Update anymal_plugin_config.yaml
1 parent 08460c6 commit 551baab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elevation_mapping_cupy/config/setups/anymal/anymal_plugin_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ max_filter:
1515
is_height_layer: True # If this is a height layer (such as elevation) or not (such as traversability)
1616
layer_name: "max_filter" # The layer name.
1717
extra_params: # This params are passed to the plugin class on initialization.
18-
dilation_size: 1 # The patch size to apply
19-
iteration_n: 30 # The number of iterations
18+
dilation_size: 5 # The patch size to apply
19+
iteration_n: 10 # The number of iterations
2020

2121
# Apply smoothing.
2222
smooth_filter:

0 commit comments

Comments
 (0)