We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdda107 commit b30f904Copy full SHA for b30f904
spatio_temporal_voxel_layer/example/uneven_terrain_config.yaml
@@ -10,6 +10,8 @@ global_costmap:
10
track_unknown_space: true # default space is known
11
mark_threshold: 0 # voxel height
12
update_footprint_enabled: true
13
+ footprint_projection_enabled: true # default off, strongly recommended when using 3d IMU data
14
+ footprint_frame: "base_link" # necessary for use with footprint projection,
15
combination_method: 1 # 1=max, 0=override
16
origin_z: 0.0 # meters
17
publish_voxel_map: false # default off
0 commit comments