Skip to content

Commit 2f26299

Browse files
authored
feat(autoware_probabilistic_occupancy_grid_map): disabled the subsample filters for the ogm (#1319)
feat: disabled the subsample filters for the ogm since its creation is faster now Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
1 parent d909219 commit 2f26299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoware_launch/config/perception/occupancy_grid_map/pointcloud_based_occupancy_grid_map.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
max_height: 2.0
1010

1111
# downsample input pointcloud
12-
downsample_input_pointcloud: true
12+
downsample_input_pointcloud: false
1313
downsample_voxel_size: 0.125 # [m]
1414

1515
enable_single_frame_mode: false

0 commit comments

Comments
 (0)