Update pc-filter value to 5

pull/1754/head
Piero Toffanin 2024-04-10 13:48:11 -04:00
rodzic a70e7445ad
commit 17dfc7599a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -485,7 +485,7 @@ def config(argv=None, parser=None):
metavar='<positive float>',
action=StoreValue,
type=float,
default=20,
default=5,
help='Filters the point cloud by removing points that deviate more than N standard deviations from the local mean. Set to 0 to disable filtering. '
'Default: %(default)s')