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 (#8525)
  • Loading branch information
vividf authored Aug 26, 2024
1 parent c9bb1e1 commit 87cfc7f
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 87cfc7f

Please sign in to comment.