Skip to content

Commit 14ecdb0

Browse files
authored
chore(tier4_perception_launcher): remove launch parameter default of detection_by_tracker (#5664)
* chore(tier4_perception_launcher): remove launch parameter default Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: typo Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent 49112d9 commit 14ecdb0

5 files changed

+9
-10
lines changed

launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,9 @@
194194
<!-- DetectionByTracker -->
195195
<group if="$(var use_detection_by_tracker)">
196196
<push-ros-namespace namespace="detection_by_tracker"/>
197-
<include file="$(find-pkg-share detection_by_tracker)/launch/detection_by_tracker.launch.xml"/>
198-
<arg name="detection_by_tracker_param_path" default="$(find-pkg-share detection_by_tracker)/config/detection_by_tracker.param.yaml"/>
197+
<include file="$(find-pkg-share detection_by_tracker)/launch/detection_by_tracker.launch.xml">
198+
<arg name="detection_by_tracker_param_path" value="$(var object_recognition_detection_detection_by_tracker_param)"/>
199+
</include>
199200
</group>
200201

201202
<!-- CenterPoint -->

launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_radar_fusion_based_detection.launch.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,9 @@
218218
<!-- DetectionByTracker -->
219219
<group if="$(var use_detection_by_tracker)">
220220
<push-ros-namespace namespace="detection_by_tracker"/>
221-
<include file="$(find-pkg-share detection_by_tracker)/launch/detection_by_tracker.launch.xml"/>
222-
<arg name="detection_by_tracker_param_path" default="$(find-pkg-share detection_by_tracker)/config/detection_by_tracker.param.yaml"/>
221+
<include file="$(find-pkg-share detection_by_tracker)/launch/detection_by_tracker.launch.xml">
222+
<arg name="detection_by_tracker_param_path" value="$(var object_recognition_detection_detection_by_tracker_param)"/>
223+
</include>
223224
</group>
224225

225226
<!-- CenterPoint -->

launch/tier4_perception_launch/launch/object_recognition/detection/detection.launch.xml

-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
<arg name="use_roi_based_cluster" value="$(var use_roi_based_cluster)"/>
7575
<arg name="input/radar" value="$(var input/radar)"/>
7676
<arg name="radar_lanelet_filtering_range_param" value="$(var radar_lanelet_filtering_range_param)"/>
77-
<arg name="detection_by_tracker_param_path" value="$(var detection_by_tracker_param_path)"/>
7877
</include>
7978
</group>
8079

@@ -106,7 +105,6 @@
106105
<arg name="container_name" value="$(var container_name)"/>
107106
<arg name="use_low_height_cropbox" value="$(var use_low_height_cropbox)"/>
108107
<arg name="use_roi_based_cluster" value="$(var use_roi_based_cluster)"/>
109-
<arg name="detection_by_tracker_param_path" value="$(var detection_by_tracker_param_path)"/>
110108
</include>
111109
</group>
112110

@@ -136,7 +134,6 @@
136134
<arg name="use_pointcloud_container" value="$(var use_pointcloud_container)"/>
137135
<arg name="container_name" value="$(var container_name)"/>
138136
<arg name="use_low_height_cropbox" value="$(var use_low_height_cropbox)"/>
139-
<arg name="detection_by_tracker_param_path" value="$(var detection_by_tracker_param_path)"/>
140137
</include>
141138
</group>
142139

launch/tier4_perception_launch/launch/object_recognition/detection/lidar_based_detection.launch.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@
6060
<!-- DetectionByTracker -->
6161
<group if="$(var use_detection_by_tracker)">
6262
<push-ros-namespace namespace="detection_by_tracker"/>
63-
<include file="$(find-pkg-share detection_by_tracker)/launch/detection_by_tracker.launch.xml"/>
64-
<arg name="detection_by_tracker_param_path" default="$(find-pkg-share detection_by_tracker)/config/detection_by_tracker.param.yaml"/>
63+
<include file="$(find-pkg-share detection_by_tracker)/launch/detection_by_tracker.launch.xml">
64+
<arg name="detection_by_tracker_param_path" value="$(var object_recognition_detection_detection_by_tracker_param)"/>
65+
</include>
6566
</group>
6667

6768
<!-- CenterPoint -->

launch/tier4_perception_launch/launch/perception.launch.xml

-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@
177177
<arg name="voxel_grid_based_euclidean_param_path" value="$(var object_recognition_detection_voxel_grid_based_euclidean_cluster_param_path)"/>
178178
<arg name="radar_lanelet_filtering_range_param" value="$(var object_recognition_detection_radar_lanelet_filtering_range_param)"/>
179179
<arg name="radar_object_clustering_param_path" value="$(var object_recognition_detection_radar_object_clustering_param_path)"/>
180-
<arg name="detection_by_tracker_param_path" value="$(var object_recognition_detection_detection_by_tracker_param)"/>
181180

182181
<arg name="use_pointcloud_map" value="$(var use_pointcloud_map)"/>
183182
<arg name="use_low_height_cropbox" value="$(var use_low_height_cropbox)"/>

0 commit comments

Comments
 (0)