Skip to content

Commit bdc2e4d

Browse files
committed
base frame
1 parent bbdfb84 commit bdc2e4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

elevation_mapping_cupy/config/core/core_param.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ elevation_mapping_node:
22
ros__parameters:
33
#### Basic parameters ########
44
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.
66
sensor_noise_factor: 0.05 # point's noise is sensor_noise_factor*z^2 (z is distance from sensor).
77
mahalanobis_thresh: 2.0 # points outside this distance is outlier.
88
outlier_variance: 0.0`1 # if point is outlier, add this value to the cell.
@@ -44,9 +44,9 @@ elevation_mapping_node:
4444
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)
4545
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)
4646

47-
map_frame: 'World' # The map frame where the odometry source uses.
47+
map_frame: 'BASE' # The map frame where the odometry source uses.
4848
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'
5050

5151

5252
# map_frame: 'World' # The map frame where the odometry source uses.

0 commit comments

Comments
 (0)