From 6207f301dc2f9696c25312f58e14eeb5a4bc90b1 Mon Sep 17 00:00:00 2001 From: "Yi-Hsiang Fang (Vivid)" <146902905+vividf@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:53:58 +0900 Subject: [PATCH] fix(autoware_pointcloud_preprocessor): fix the wrong naming of crop box parameter file (#9258) fix: fix the wrong file name Signed-off-by: vividf --- .../launch/preprocessor.launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensing/autoware_pointcloud_preprocessor/launch/preprocessor.launch.py b/sensing/autoware_pointcloud_preprocessor/launch/preprocessor.launch.py index cf0d09d50151e..e1c5227c6710d 100644 --- a/sensing/autoware_pointcloud_preprocessor/launch/preprocessor.launch.py +++ b/sensing/autoware_pointcloud_preprocessor/launch/preprocessor.launch.py @@ -211,7 +211,7 @@ def add_launch_arg(name: str, default_value=None, description=None): os.path.join( autoware_pointcloud_preprocessor_share_dir, "config", - "crop_box_filter.param.yaml", + "crop_box_filter_node.param.yaml", ), description="path to parameter file of crop box filter node", )