Skip to content

Commit 622b88c

Browse files
vividfh-ohta
authored andcommitted
chore(autoware_pointcloud_preprocessor): change unnecessary warning message to debug (autowarefoundation#8525)
1 parent afedb2f commit 622b88c

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
@@ -286,7 +286,7 @@ PointCloudConcatenateDataSynchronizerComponent::computeTransformToAdjustForOldTi
286286

287287
// return identity if old_stamp is newer than new_stamp
288288
if (old_stamp > new_stamp) {
289-
RCLCPP_WARN_STREAM_THROTTLE(
289+
RCLCPP_DEBUG_STREAM_THROTTLE(
290290
get_logger(), *get_clock(), std::chrono::milliseconds(10000).count(),
291291
"old_stamp is newer than new_stamp,");
292292
return Eigen::Matrix4f::Identity();

0 commit comments

Comments
 (0)