We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08460c6 commit 551baabCopy full SHA for 551baab
elevation_mapping_cupy/config/setups/anymal/anymal_plugin_config.yaml
@@ -15,8 +15,8 @@ max_filter:
15
is_height_layer: True # If this is a height layer (such as elevation) or not (such as traversability)
16
layer_name: "max_filter" # The layer name.
17
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
+ dilation_size: 5 # The patch size to apply
+ iteration_n: 10 # The number of iterations
20
21
# Apply smoothing.
22
smooth_filter:
0 commit comments