Skip to content

Commit

Permalink
feat(autoware_launch): expand ogm size from 100m to 150m (#324)
Browse files Browse the repository at this point in the history
expand ogm size from 100m to 150m

Signed-off-by: yoshiri <[email protected]>
  • Loading branch information
YoshiRi authored Apr 26, 2023
1 parent 362cbcc commit 4f69aa6
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 @@ -9,6 +9,6 @@

use_height_filter: true
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
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]

use_height_filter: true
Expand Down

0 comments on commit 4f69aa6

Please sign in to comment.