From a08a4272236fd3da0cfb86aba6753cd4ec10aa43 Mon Sep 17 00:00:00 2001 From: "Y.Hisaki" Date: Mon, 10 Jun 2024 14:27:04 +0900 Subject: [PATCH] modify test_node_interface to search blind_spot with prefix Signed-off-by: Y.Hisaki --- .../test/src/test_node_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planning/autoware_behavior_velocity_planner/test/src/test_node_interface.cpp b/planning/autoware_behavior_velocity_planner/test/src/test_node_interface.cpp index cdff8af4ac56e..dd24ef9cccfac 100644 --- a/planning/autoware_behavior_velocity_planner/test/src/test_node_interface.cpp +++ b/planning/autoware_behavior_velocity_planner/test/src/test_node_interface.cpp @@ -96,7 +96,7 @@ std::shared_ptr generateNode() velocity_smoother_dir + "/config/default_velocity_smoother.param.yaml", velocity_smoother_dir + "/config/Analytical.param.yaml", behavior_velocity_planner_dir + "/config/behavior_velocity_planner.param.yaml", - get_behavior_velocity_module_config_no_prefix("blind_spot"), + get_behavior_velocity_module_config("blind_spot"), get_behavior_velocity_module_config_no_prefix("crosswalk"), get_behavior_velocity_module_config("walkway"), get_behavior_velocity_module_config_no_prefix("detection_area"),