Skip to content

Commit

Permalink
Revert expiration time to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TadaKazuto committed Mar 8, 2025
1 parent b00b466 commit 93574f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ void MultiObjectTracker::checkTrackerLifeCycle(
std::list<std::shared_ptr<Tracker>> & list_tracker, const rclcpp::Time & time)
{
/* params */
constexpr float max_elapsed_time = 0.15;
constexpr float max_elapsed_time = 1.0;

/* delete tracker */
for (auto itr = list_tracker.begin(); itr != list_tracker.end(); ++itr) {
Expand Down

0 comments on commit 93574f5

Please sign in to comment.