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) (#1590)

Co-authored-by: Yi-Hsiang Fang (Vivid) <[email protected]>
  • Loading branch information
h-ohta and vividf authored Oct 17, 2024
1 parent afedb2f commit 151d5d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,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 151d5d7

Please sign in to comment.