Skip to content

Commit

Permalink
disable dynamic map loading by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kminoda committed Jan 26, 2023
1 parent 8f08cc6 commit 0f45df2
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
@@ -1,7 +1,7 @@
/**:
ros__parameters:
# Use dynamic map loading
use_dynamic_map_loading: true
use_dynamic_map_loading: false

# Vehicle reference frame
base_frame: "base_link"
Expand Down
4 changes: 2 additions & 2 deletions autoware_launch/config/map/pointcloud_map_loader.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
ros__parameters:
enable_whole_load: true
enable_downsampled_whole_load: false
enable_partial_load: true
enable_differential_load: true
enable_partial_load: false
enable_differential_load: false

# only used when downsample_whole_load enabled
leaf_size: 3.0 # downsample leaf size [m]

0 comments on commit 0f45df2

Please sign in to comment.