Skip to content

Commit

Permalink
clarify rgbd
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervDooren authored Apr 26, 2022
1 parent af9c7b0 commit 3ef9f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ed_sensor_integration/src/kinect/image_buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ bool ImageBuffer::waitForRecentImage(rgbd::ImageConstPtr& image, geo::Pose3D& se
break;
else if (ros::Time::now() > t_end)
{
ROS_ERROR_NAMED("image_buffer", "[IMAGE_BUFFER] timeout waiting for image");
ROS_ERROR_NAMED("image_buffer", "[IMAGE_BUFFER] timeout waiting for rgbd image");
return false;
}
else
Expand Down

0 comments on commit 3ef9f1a

Please sign in to comment.