Skip to content

Commit

Permalink
chore(autoware_pointcloud_preprocessor): change unnecessary warning m…
Browse files Browse the repository at this point in the history
…essage to debug (autowarefoundation#8525)
  • Loading branch information
vividf authored and a-maumau committed Sep 2, 2024
1 parent d915655 commit 66fb723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ PointCloudConcatenateDataSynchronizerComponent::computeTransformToAdjustForOldTi

// return identity if old_stamp is newer than new_stamp
if (old_stamp > new_stamp) {
RCLCPP_WARN_STREAM_THROTTLE(
RCLCPP_DEBUG_STREAM_THROTTLE(
get_logger(), *get_clock(), std::chrono::milliseconds(10000).count(),
"old_stamp is newer than new_stamp,");
return Eigen::Matrix4f::Identity();
Expand Down

0 comments on commit 66fb723

Please sign in to comment.