File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
autoware_launch/config/perception/object_recognition/detection Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
/** :
2
2
ros__parameters :
3
+ # use downsample filter before compare map
3
4
use_down_sample_filter : False
4
- use_dynamic_map_loading : True
5
+
6
+ # voxel size for downsample filter
5
7
down_sample_voxel_size : 0.1
8
+
9
+ # distance threshold for compare compare
6
10
distance_threshold : 0.5
11
+
12
+ # publish voxelized map pointcloud for debug
13
+ publish_debug_pcd : False
14
+
15
+ # use dynamic map loading
16
+ use_dynamic_map_loading : True
17
+
18
+ # time interval to check dynamic map loading
7
19
timer_interval_ms : 100
20
+
21
+ # distance threshold for dynamic map update
8
22
map_update_distance_threshold : 10.0
23
+
24
+ # radius map for dynamic map loading
9
25
map_loader_radius : 150.0
You can’t perform that action at this time.
0 commit comments