Skip to content

Commit

Permalink
Sanitize comment corection
Browse files Browse the repository at this point in the history
  • Loading branch information
TadaKazuto committed Mar 9, 2025
1 parent 7e2b89d commit e97824b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ void MultiObjectTracker::onMeasurement(
/* life cycle check */
checkTrackerLifeCycle(list_tracker_, measurement_time);
/* sanitize trackers */
sanitizeTracker(list_tracker_, measurement_time);
//sanitizeTracker(list_tracker_, measurement_time);

/* new tracker */
for (size_t i = 0; i < transformed_objects.objects.size(); ++i) {
Expand Down Expand Up @@ -357,7 +357,7 @@ void MultiObjectTracker::onTimer()
/* life cycle check */
checkTrackerLifeCycle(list_tracker_, current_time);
/* sanitize trackers */
//sanitizeTracker(list_tracker_, current_time);
sanitizeTracker(list_tracker_, current_time);

// Publish
publish(current_time);
Expand Down

0 comments on commit e97824b

Please sign in to comment.