Skip to content

Commit

Permalink
fix(autoware_pointcloud_preprocessor): fix the wrong naming of crop b…
Browse files Browse the repository at this point in the history
…ox parameter file (#9258)

fix: fix the wrong file name

Signed-off-by: vividf <yihsiang.fang@tier4.jp>
  • Loading branch information
vividf authored Nov 7, 2024
1 parent ca115d6 commit 6207f30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand Down

0 comments on commit 6207f30

Please sign in to comment.