Skip to content

Commit

Permalink
feat(occupancy_grid_map): add option for time keeper (autowarefoundat…
Browse files Browse the repository at this point in the history
…ion#1138)

* add option for time keeper

Signed-off-by: a-maumau <[email protected]>

* set default to false

Signed-off-by: a-maumau <[email protected]>

---------

Signed-off-by: a-maumau <[email protected]>
Co-authored-by: Taekjin LEE <[email protected]>
  • Loading branch information
a-maumau and technolojin authored Sep 6, 2024
1 parent 26465fc commit 8f3e2bf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
map_length: 150.0
map_width: 150.0
map_resolution: 0.5

# debug parameters
publish_processing_time_detail: false
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
map_length_x: 150.0 # [m]
map_length_y: 150.0 # [m]

# debug parameters
publish_processing_time_detail: false

# downsample input pointcloud
downsample_input_pointcloud: true
downsample_voxel_size: 0.25 # [m]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@
projection_dz_threshold: 0.01 # [m] for avoiding null division
obstacle_separation_threshold: 1.0 # [m] fill the interval between obstacles with unknown for this length
pub_debug_grid: false

# debug parameters
publish_processing_time_detail: false
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
fusion_map_length_x: 100.0
fusion_map_length_y: 100.0
fusion_map_resolution: 0.5

# debug parameters
publish_processing_time_detail: false

0 comments on commit 8f3e2bf

Please sign in to comment.