Skip to content

Commit baee45d

Browse files
author
JonasGrutter
committed
adapted to boulder env
1 parent 1fa47ae commit baee45d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

elevation_mapping_cupy/config/core/core_param.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 'map' # 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: 'map'
5050

5151

5252
# map_frame: 'World' # The map frame where the odometry source uses.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
import sys
12
from .parameter import Parameter
3+
4+
25
from .elevation_mapping import ElevationMap

elevation_mapping_cupy/elevation_mapping_cupy/plugins/plugin_manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
import importlib
99
import inspect
1010
from dataclasses import dataclass
11+
import sys
1112
from ruamel.yaml import YAML
13+
1214
from inspect import signature
1315

1416

0 commit comments

Comments
 (0)