Skip to content

Commit 294c6cf

Browse files
committed
fix: fix package name
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 69684c7 commit 294c6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planning/autoware_static_centerline_generator/test/test_static_centerline_generator.test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def generate_test_description():
5959
"config/behavior_path_planner.param.yaml",
6060
),
6161
os.path.join(
62-
get_package_share_directory("behavior_velocity_planner"),
62+
get_package_share_directory("autoware_behavior_velocity_planner"),
6363
"config/behavior_velocity_planner.param.yaml",
6464
),
6565
os.path.join(

0 commit comments

Comments
 (0)