Skip to content

Commit

Permalink
remove _no_prefix function
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Jun 24, 2024
1 parent d2ca1aa commit bfa7b7f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ std::shared_ptr<BehaviorVelocityPlannerNode> generateNode()
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_no_prefix = [](const std::string & module) {
const auto package_name = "behavior_velocity_" + module + "_module";
const auto package_path = ament_index_cpp::get_package_share_directory(package_name);
return package_path + "/config/" + module + ".param.yaml";
};

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 bfa7b7f

Please sign in to comment.