Skip to content

Commit

Permalink
add a timer to the log
Browse files Browse the repository at this point in the history
  • Loading branch information
TadaKazuto committed Mar 10, 2025
1 parent fbc7e73 commit 14ca3fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ void MultiObjectTracker::checkTrackerLifeCycle(
auto erase_itr = itr;
--itr;
list_tracker.erase(erase_itr);
RCLCPP_INFO(get_logger(), "\nExpired obj id:[%d]", tracker_idx);
RCLCPP_INFO(get_logger(), "\nExpired obj id:[%d] cur time[%.3f]", tracker_idx, time.seconds());
}
}
}
Expand Down

0 comments on commit 14ca3fb

Please sign in to comment.