Skip to content

Commit

Permalink
chore(probabilistic_occupancy_grid_map): revert map size (autowarefou…
Browse files Browse the repository at this point in the history
…ndation#414)

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
  • Loading branch information
soblin committed Jun 23, 2023
1 parent d34f8ba commit f2c2b9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
max_height: 2.0

enable_single_frame_mode: false
map_length: 100.0
map_width: 100.0
map_length: 150.0
map_width: 150.0
map_resolution: 0.5

updater_type: "binary_bayes_filter" # binary_bayes_filter, etc.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**:
ros__parameters:
map_length: 100.0 # [m]
map_length: 150.0 # [m]
map_resolution: 0.5 # [m]

height_filter:
Expand Down

0 comments on commit f2c2b9f

Please sign in to comment.