Skip to content

Commit 6207f30

Browse files
authored
fix(autoware_pointcloud_preprocessor): fix the wrong naming of crop box parameter file (#9258)
fix: fix the wrong file name Signed-off-by: vividf <yihsiang.fang@tier4.jp>
1 parent ca115d6 commit 6207f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensing/autoware_pointcloud_preprocessor/launch/preprocessor.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def add_launch_arg(name: str, default_value=None, description=None):
211211
os.path.join(
212212
autoware_pointcloud_preprocessor_share_dir,
213213
"config",
214-
"crop_box_filter.param.yaml",
214+
"crop_box_filter_node.param.yaml",
215215
),
216216
description="path to parameter file of crop box filter node",
217217
)

0 commit comments

Comments
 (0)