Skip to content

Commit 0ea53ea

Browse files
committed
fix(autoware_launch): add config file
Signed-off-by: scepter914 <scepter914@gmail.com>
1 parent 64b2990 commit 0ea53ea

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**:
2+
ros__parameters:
3+
angle_threshold: 1.2210
4+
velocity_threshold: 1.5

autoware_launch/launch/components/tier4_perception_component.launch.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@
8080
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/detection_by_tracker/detection_by_tracker.param.yaml"
8181
/>
8282
<arg
83-
name="object_recognition_detection_radar_lanelet_filtering_range_param"
83+
name="object_recognition_detection_radar_crossing_objects_noise_filter_param_path"
84+
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/radar_crossing_objects_noise_filter/radar_crossing_objects_noise_filter.param.yaml"
85+
/>
86+
<arg
87+
name="object_recognition_detection_radar_lanelet_filtering_range_param_path"
8488
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/object_filter/radar_lanelet_filter.param.yaml"
8589
/>
8690
<arg

0 commit comments

Comments
 (0)