Skip to content

Commit

Permalink
Set expiration time to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
TadaKazuto committed Mar 8, 2025
1 parent 33da818 commit b00b466
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.3;
constexpr float max_elapsed_time = 0.15;

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

0 comments on commit b00b466

Please sign in to comment.