Skip to content

Commit

Permalink
chore(hesai_ros_wrapper): reduce logging output
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed Apr 11, 2024
1 parent 38072d4 commit 0215d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula_ros/src/hesai/hesai_ros_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ void HesaiRosWrapper::ReceiveCloudPacketCallback(std::vector<uint8_t> & packet)

// publish.tick();
if (!packet_queue_.try_push(std::move(msg_ptr))) {
RCLCPP_ERROR(get_logger(), "Packet dropped");
RCLCPP_ERROR_THROTTLE(get_logger(), *get_clock(), 500, "Packet(s) dropped");
}
// packet_pub_->publish(std::move(msg_ptr));
// publish.tock();
Expand Down

0 comments on commit 0215d7c

Please sign in to comment.