Skip to content

Commit 151d5d7

Browse files
h-ohtavividf
andauthored
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 afedb2f commit 151d5d7

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)