Skip to content

Commit 64e4e21

Browse files
authored
feat: tier4_debug_msgs changed to autoware_internal_debug_msgs in fil… (#9896)
feat: tier4_debug_msgs changed to autoware_internal_debug_msgs in files perception/autoware_raindrop_cluster_filter Signed-off-by: vish0012 <vishalchhn42@gmail.com>
1 parent fc763ac commit 64e4e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

perception/autoware_raindrop_cluster_filter/src/low_intensity_cluster_filter_node.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ void LowIntensityClusterFilter::objectCallback(
114114
if (debug_publisher_ptr_ && stop_watch_ptr_) {
115115
const double cyclic_time_ms = stop_watch_ptr_->toc("cyclic_time", true);
116116
const double processing_time_ms = stop_watch_ptr_->toc("processing_time", true);
117-
debug_publisher_ptr_->publish<tier4_debug_msgs::msg::Float64Stamped>(
117+
debug_publisher_ptr_->publish<autoware_internal_debug_msgs::msg::Float64Stamped>(
118118
"debug/cyclic_time_ms", cyclic_time_ms);
119-
debug_publisher_ptr_->publish<tier4_debug_msgs::msg::Float64Stamped>(
119+
debug_publisher_ptr_->publish<autoware_internal_debug_msgs::msg::Float64Stamped>(
120120
"debug/processing_time_ms", processing_time_ms);
121121
}
122122
}

0 commit comments

Comments
 (0)