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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ elevation_mapping_node:
2
2
ros__parameters:
3
3
#### Basic parameters ########
4
4
resolution: 0.1# resolution in m.
5
-
map_length: 15.0# map's size in m.
5
+
map_length: 20.0# map's size in m.
6
6
sensor_noise_factor: 0.05# point's noise is sensor_noise_factor*z^2 (z is distance from sensor).
7
7
mahalanobis_thresh: 2.0# points outside this distance is outlier.
8
8
outlier_variance: 0.0`1 # if point is outlier, add this value to the cell.
@@ -44,9 +44,9 @@ elevation_mapping_node:
44
44
overlap_clear_range_xy: 4.0# xy range [m] for clearing overlapped area. this defines the valid area for overlap clearance. (used for multi floor setting)
45
45
overlap_clear_range_z: 2.0# z range [m] for clearing overlapped area. cells outside this range will be cleared. (used for multi floor setting)
46
46
47
-
map_frame: 'World'# The map frame where the odometry source uses.
47
+
map_frame: 'BASE'# The map frame where the odometry source uses.
48
48
base_frame: 'BASE'# The robot's base frame. This frame will be a center of the map.
49
-
corrected_map_frame: 'World'
49
+
corrected_map_frame: 'BASE'
50
50
51
51
52
52
# map_frame: 'World' # The map frame where the odometry source uses.
0 commit comments