Skip to content

Commit 9d88868

Browse files
committed
Fix compile error
1 parent 6d9598c commit 9d88868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/multi_object_tracker/src/multi_object_tracker_core.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ void MultiObjectTracker::runProcess(
317317
measurement_object.classification.at(0).label);
318318
debug_message += buf;
319319
}
320-
*/
321320
}
321+
*/
322322

323323
/* tracker update */
324324
processor_->update(transformed_objects, *self_transform, direct_assignment, channel_index);

0 commit comments

Comments
 (0)