Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
PR committed Oct 29, 2024
1 parent c5a0357 commit c3292e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion realsense2_camera/src/base_realsense_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,6 @@ void BaseRealSenseNode::frame_callback(rs2::frame frame)
//we know that we have less depth frames than color frames, so we can skip some frames after a depth frame
if (_frame_counter < _frames_to_skip - 2)
{
ROS_INFO("skip for sure");
_frame_counter++;
return;
}
Expand Down

0 comments on commit c3292e3

Please sign in to comment.