Skip to content

Commit

Permalink
bug(autoware_perception_online_evaluator): fix a wrong package name
Browse files Browse the repository at this point in the history
Signed-off-by: Junya Sasaki <junya.sasaki@tier4.jp>
  • Loading branch information
sasakisasaki committed Jan 22, 2025
1 parent b4d523d commit 7cf7c71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class EvalTest : public ::testing::Test

rclcpp::NodeOptions options;
const auto share_dir =
ament_index_cpp::get_package_share_directory("perception_online_evaluator");
ament_index_cpp::get_package_share_directory("autoware_perception_online_evaluator");
options.arguments(
{"--ros-args", "--params-file",
share_dir + "/param/perception_online_evaluator.defaults.yaml"});
Expand Down

0 comments on commit 7cf7c71

Please sign in to comment.