Skip to content

Commit bfe353e

Browse files
committed
chore(image_projection_based_fusion): rename debug topics
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent c9e6dda commit bfe353e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/image_projection_based_fusion/src/fusion_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ FusionNode<Msg, ObjType, Msg2D>::FusionNode(
132132
using tier4_autoware_utils::DebugPublisher;
133133
using tier4_autoware_utils::StopWatch;
134134
stop_watch_ptr_ = std::make_unique<StopWatch<std::chrono::milliseconds>>();
135-
debug_publisher_ = std::make_unique<DebugPublisher>(this, "image_projection_based_fusion");
135+
debug_publisher_ = std::make_unique<DebugPublisher>(this,get_name());
136136
stop_watch_ptr_->tic("cyclic_time");
137137
stop_watch_ptr_->tic("processing_time");
138138
}

0 commit comments

Comments
 (0)