Commit 4a8b889 1 parent b1d7fcd commit 4a8b889 Copy full SHA for 4a8b889
File tree 1 file changed +4
-4
lines changed
perception/multi_object_tracker/src
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -350,10 +350,10 @@ void MultiObjectTracker::publish(const rclcpp::Time & time) const
350
350
debugger_->endPublishTime (this ->now (), time );
351
351
352
352
if (debugger_->shouldPublishTentativeObjects ()) {
353
- TrackedObjects tentative_objects_msg ;
354
- tentative_objects_msg .header .frame_id = world_frame_id_;
355
- processor_->getTentativeObjects (time , tentative_objects_msg );
356
- debugger_->publishTentativeObjects (tentative_objects_msg );
353
+ TrackedObjects tentative_output_msg ;
354
+ tentative_output_msg .header .frame_id = world_frame_id_;
355
+ processor_->getTentativeObjects (time , tentative_output_msg );
356
+ debugger_->publishTentativeObjects (tentative_output_msg );
357
357
}
358
358
debugger_->publishObjectsMarkers ();
359
359
}
You can’t perform that action at this time.
0 commit comments