We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9c7b0 commit 3ef9f1aCopy full SHA for 3ef9f1a
ed_sensor_integration/src/kinect/image_buffer.cpp
@@ -62,7 +62,7 @@ bool ImageBuffer::waitForRecentImage(rgbd::ImageConstPtr& image, geo::Pose3D& se
62
break;
63
else if (ros::Time::now() > t_end)
64
{
65
- ROS_ERROR_NAMED("image_buffer", "[IMAGE_BUFFER] timeout waiting for image");
+ ROS_ERROR_NAMED("image_buffer", "[IMAGE_BUFFER] timeout waiting for rgbd image");
66
return false;
67
}
68
else
0 commit comments