Skip to content

Commit

Permalink
chore(autoware_behavior_velocity_planner): remove no_prefix function …
Browse files Browse the repository at this point in the history
…from tests (#7589)

Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve authored and KhalilSelyan committed Jul 22, 2024
1 parent 97b178a commit 747cad7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ std::shared_ptr<BehaviorVelocityPlannerNode> generateNode()
const auto velocity_smoother_dir =
ament_index_cpp::get_package_share_directory("autoware_velocity_smoother");

// TODO(esteve): delete when all the modules are migrated to autoware_behavior_velocity_*
const auto get_behavior_velocity_module_config = [](const std::string & module) {
const auto package_name = "autoware_behavior_velocity_" + module + "_module";
const auto package_path = ament_index_cpp::get_package_share_directory(package_name);
Expand Down

0 comments on commit 747cad7

Please sign in to comment.