Skip to content

Commit e8f34ea

Browse files
authored
fix(tier4_perception_launch): rename pkg name (#981)
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
1 parent c69fb17 commit e8f34ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<!-- Pointcloud map filter -->
4141
<group>
42-
<include file="$(find-pkg-share perception_launch)/launch/object_recognition/detection/detection_preprocess.launch.py" if="$(var use_pointcloud_map)">
42+
<include file="$(find-pkg-share tier4_perception_launch)/launch/object_recognition/detection/detection_preprocess.launch.py" if="$(var use_pointcloud_map)">
4343
<arg name="input_topic" value="$(var input/obstacle_segmentation/pointcloud)"/>
4444
<arg name="output_topic" value="pointcloud_map_filtered/pointcloud"/>
4545
<arg name="use_intra_process" value="true"/>

launch/tier4_perception_launch/launch/object_recognition/detection/detection_preprocess.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
class DetectionPreProcessPipeline:
3131
def __init__(self, context):
3232
detection_preprocess_param_path = os.path.join(
33-
get_package_share_directory("perception_launch"),
33+
get_package_share_directory("tier4_perception_launch"),
3434
"config/object_recognition/detection/detection_preprocess.param.yaml",
3535
)
3636
with open(detection_preprocess_param_path, "r") as f:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- Pointcloud map filter -->
1111
<group>
12-
<include file="$(find-pkg-share perception_launch)/launch/object_recognition/detection/detection_preprocess.launch.py" if="$(var use_pointcloud_map)">
12+
<include file="$(find-pkg-share tier4_perception_launch)/launch/object_recognition/detection/detection_preprocess.launch.py" if="$(var use_pointcloud_map)">
1313
<arg name="input_topic" value="$(var input/obstacle_segmentation/pointcloud)"/>
1414
<arg name="output_topic" value="pointcloud_map_filtered/pointcloud"/>
1515
<arg name="use_intra_process" value="true"/>

0 commit comments

Comments
 (0)