Skip to content

Commit

Permalink
fix(tier4_perception_launch): rename pkg name (autowarefoundation#981)
Browse files Browse the repository at this point in the history
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
  • Loading branch information
shmpwk authored and ktro2828 committed Jun 7, 2022
1 parent 166fc70 commit eec0204
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<!-- Pointcloud map filter -->
<group>
<include file="$(find-pkg-share perception_launch)/launch/object_recognition/detection/detection_preprocess.launch.py" if="$(var use_pointcloud_map)">
<include file="$(find-pkg-share tier4_perception_launch)/launch/object_recognition/detection/detection_preprocess.launch.py" if="$(var use_pointcloud_map)">
<arg name="input_topic" value="$(var input/obstacle_segmentation/pointcloud)"/>
<arg name="output_topic" value="pointcloud_map_filtered/pointcloud"/>
<arg name="use_intra_process" value="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
class DetectionPreProcessPipeline:
def __init__(self, context):
detection_preprocess_param_path = os.path.join(
get_package_share_directory("perception_launch"),
get_package_share_directory("tier4_perception_launch"),
"config/object_recognition/detection/detection_preprocess.param.yaml",
)
with open(detection_preprocess_param_path, "r") as f:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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

0 comments on commit eec0204

Please sign in to comment.