Skip to content

Commit 3ef9f1a

Browse files
authored
clarify rgbd
1 parent af9c7b0 commit 3ef9f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ed_sensor_integration/src/kinect/image_buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ bool ImageBuffer::waitForRecentImage(rgbd::ImageConstPtr& image, geo::Pose3D& se
6262
break;
6363
else if (ros::Time::now() > t_end)
6464
{
65-
ROS_ERROR_NAMED("image_buffer", "[IMAGE_BUFFER] timeout waiting for image");
65+
ROS_ERROR_NAMED("image_buffer", "[IMAGE_BUFFER] timeout waiting for rgbd image");
6666
return false;
6767
}
6868
else

0 commit comments

Comments
 (0)