Skip to content

Commit cb8351c

Browse files
committed
Testing
1 parent 6d30f39 commit cb8351c

File tree

2 files changed

+389
-28
lines changed

2 files changed

+389
-28
lines changed

elevation_mapping_cupy/config/core/core_param.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
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)
5555

5656
# Default frame configuration (can be overridden in robot-specific configs)
57-
map_frame: 'odom_zedx' # The map frame where the odometry source uses.
58-
base_frame: 'zed_camera_link' # The robot's base frame. This frame will be a center of the map.
59-
corrected_map_frame: 'odom_zedx'
57+
map_frame: 'odom' # The map frame where the odometry source uses.
58+
base_frame: 'base' # The robot's base frame. This frame will be a center of the map.
59+
corrected_map_frame: 'odom'
6060

6161
#### Feature toggles ########
6262
enable_edge_sharpen: true
@@ -73,7 +73,7 @@
7373

7474
#### Initializer ########
7575
initialize_method: 'linear' # Choose one from 'nearest', 'linear', 'cubic'
76-
initialize_frame_id: ['zed_camera_link'] # One tf (like ['footprint'] ) initializes a square around it.
76+
initialize_frame_id: ['base'] # One tf (like ['footprint'] ) initializes a square around it.
7777
initialize_tf_offset: [0.0, 0.0, 0.0, 0.0] # z direction. Should be same number as initialize_frame_id.
7878
dilation_size_initialize: 2 # dilation size after the init.
7979
initialize_tf_grid_size: 0.5 # This is not used if number of tf is more than 3.

0 commit comments

Comments
 (0)