Skip to content

Commit 33debb3

Browse files
Change warn log to debug (#74)
2 parents 97fe1c9 + a6ff44f commit 33debb3

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
@@ -188,7 +188,7 @@ bool ImageBuffer::getMostRecentImageTF()
188188
catch (tf2::TransformException& ex)
189189
{
190190
ROS_ERROR_DELAYED_THROTTLE_NAMED(10, "image_buffer", "[IMAGE_BUFFER] Could not get latest sensor pose (probably because tf is still initializing): %s", ex.what());
191-
ROS_WARN_NAMED("image_buffer", "[IMAGE_BUFFER] Could not get latest sensor pose (probably because tf is still initializing): %s", ex.what());
191+
ROS_DEBUG_NAMED("image_buffer", "[IMAGE_BUFFER] Could not get latest sensor pose (probably because tf is still initializing): %s", ex.what());
192192
continue;
193193
}
194194
}

0 commit comments

Comments
 (0)