You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elevation_mapping_cupy/config/core/core_param.yaml
+25-18Lines changed: 25 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
elevation_mapping:
2
2
ros__parameters:
3
-
#### Basic parameters ########
4
-
enable_normal_arrow_publishing: false
3
+
#### Basic parameters ########
4
+
voxel_filter_size: 0.05
5
+
enable_normal_arrow_publishing: true
5
6
cell_n: 40000# number of cells in the map.
6
7
data_type: 'float32'# data type for the map.
7
8
average_weight: 0.5
@@ -11,7 +12,7 @@ elevation_mapping:
11
12
min_filter_iteration: 3# number of iterations for min filter.
12
13
initialized_variance: 10.0# initial variance for each cell.
13
14
resolution: 0.1# resolution in m.
14
-
map_length: 20.0# map's size in m.
15
+
map_length: 20.0# map's size in m.
15
16
sensor_noise_factor: 0.05# point's noise is sensor_noise_factor*z^2 (z is distance from sensor).
16
17
mahalanobis_thresh: 2.0# points outside this distance is outlier.
17
18
outlier_variance: 0.01# if point is outlier, add this value to the cell.
@@ -65,7 +66,7 @@ elevation_mapping:
65
66
enable_pointcloud_publishing: false
66
67
enable_drift_corrected_TF_publishing: false
67
68
enable_normal_color: true # If true, the map contains 'color' layer corresponding to normal. Add 'color' layer to the publishers setting if you want to visualize.
68
-
enable_normal: true
69
+
69
70
70
71
#### Traversability filter ########
71
72
use_chainer: false # Use chainer as a backend of traversability filter or pytorch. If false, it uses pytorch. pytorch requires ~2GB more GPU memory compared to chainer but runs faster.
0 commit comments