We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735cfdf commit 585a7f8Copy full SHA for 585a7f8
autoware_launch/launch/components/tier4_perception_component.launch.xml
@@ -96,8 +96,8 @@
96
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/image_projection_based_fusion/roi_cluster_fusion.param.yaml"
97
/>
98
<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"
+ name="object_recognition_detection_irregular_object_detector_param_path"
+ value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/irregular_object_detection/irregular_object_detector.param.yaml"
101
102
103
name="object_recognition_detection_roi_detected_object_fusion_param_path"
0 commit comments