Skip to content

Commit

Permalink
Log uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
TadaKazuto committed Mar 10, 2025
1 parent 0c02c2a commit 8feff85
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ void MultiObjectTracker::onMeasurement(
// Modified debug output
autoware_auto_perception_msgs::msg::TrackedObject object;
(*tracker_itr)->getTrackedObject(measurement_time, object);
/*
if (object.classification.at(0).label == Label::UNKNOWN) {
char buf[120];
snprintf(buf, sizeof(buf), "track meas update idx[%d], x[%.3f], y[%.3f], t[%.3f]\n",
Expand All @@ -298,7 +297,6 @@ void MultiObjectTracker::onMeasurement(
measurement_time.seconds());
debug_message += buf;
}
*/
} else { // not found
(*(tracker_itr))->updateWithoutMeasurement();
}
Expand Down

0 comments on commit 8feff85

Please sign in to comment.