Skip to content

Commit

Permalink
chore(sensing): vehicle info
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota committed Jun 7, 2024
1 parent 9d36d87 commit 8902735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def generate_launch_description():
pkg = "pointcloud_preprocessor"

param_file = os.path.join(
get_package_share_directory("vehicle_info_util"), "config/polygon_remover.yaml"
get_package_share_directory("autoware_vehicle_info_utils"), "config/polygon_remover.yaml"
)

with open(param_file, "r") as f:
Expand Down

0 comments on commit 8902735

Please sign in to comment.