Skip to content

Commit

Permalink
fix(autoware_processing_time_checker): fix typo (autowarefoundation#9504
Browse files Browse the repository at this point in the history
)

Signed-off-by: veqcc <[email protected]>
  • Loading branch information
veqcc authored Nov 28, 2024
1 parent 4e93960 commit 08621e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ProcessingTimeChecker::ProcessingTimeChecker(const rclcpp::NodeOptions & node_op

// extract module name from topic name
auto tmp_topic_name = processing_time_topic_name;
for (size_t i = 0; i < 4; ++i) { // 4 is enouh for the search depth
for (size_t i = 0; i < 4; ++i) { // 4 is enough for the search depth
tmp_topic_name = remove_last_name(tmp_topic_name);
const auto module_name_candidate = get_last_name(tmp_topic_name);
// clang-format off
Expand Down

0 comments on commit 08621e6

Please sign in to comment.