Skip to content

Commit b30f904

Browse files
committed
footprint projection example
1 parent bdda107 commit b30f904

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spatio_temporal_voxel_layer/example/uneven_terrain_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ global_costmap:
1010
track_unknown_space: true # default space is known
1111
mark_threshold: 0 # voxel height
1212
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,
1315
combination_method: 1 # 1=max, 0=override
1416
origin_z: 0.0 # meters
1517
publish_voxel_map: false # default off

0 commit comments

Comments
 (0)