Skip to content

Commit 9d2e667

Browse files
h-ohtavividf
authored andcommitted
chore(autoware_pointcloud_preprocessor): change unnecessary warning message to debug (autowarefoundation#8525) (#1590)
Co-authored-by: Yi-Hsiang Fang (Vivid) <146902905+vividf@users.noreply.github.com>
1 parent abc8c48 commit 9d2e667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensing/pointcloud_preprocessor/src/concatenate_data/concatenate_and_time_sync_nodelet.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ PointCloudConcatenateDataSynchronizerComponent::computeTransformToAdjustForOldTi
293293

294294
// return identity if old_stamp is newer than new_stamp
295295
if (old_stamp > new_stamp) {
296-
RCLCPP_WARN_STREAM_THROTTLE(
296+
RCLCPP_DEBUG_STREAM_THROTTLE(
297297
get_logger(), *get_clock(), std::chrono::milliseconds(10000).count(),
298298
"old_stamp is newer than new_stamp,");
299299
return Eigen::Matrix4f::Identity();

0 commit comments

Comments
 (0)