File tree 1 file changed +2
-2
lines changed
perception/autoware_raindrop_cluster_filter/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,9 @@ void LowIntensityClusterFilter::objectCallback(
114
114
if (debug_publisher_ptr_ && stop_watch_ptr_) {
115
115
const double cyclic_time_ms = stop_watch_ptr_->toc (" cyclic_time" , true );
116
116
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>(
118
118
" 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>(
120
120
" debug/processing_time_ms" , processing_time_ms);
121
121
}
122
122
}
You can’t perform that action at this time.
0 commit comments