Skip to content

Commit 585a7f8

Browse files
committed
refactor: param path update
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent 735cfdf commit 585a7f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoware_launch/launch/components/tier4_perception_component.launch.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/image_projection_based_fusion/roi_cluster_fusion.param.yaml"
9797
/>
9898
<arg
99-
name="object_recognition_detection_roi_pointcloud_fusion_param_path"
100-
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/image_projection_based_fusion/roi_pointcloud_fusion.param.yaml"
99+
name="object_recognition_detection_irregular_object_detector_param_path"
100+
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/irregular_object_detection/irregular_object_detector.param.yaml"
101101
/>
102102
<arg
103103
name="object_recognition_detection_roi_detected_object_fusion_param_path"

0 commit comments

Comments
 (0)