Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Apr 17, 2024
1 parent 6b06971 commit 7916a69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/detector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,9 @@ class UVDARDetector : public nodelet::Nodelet{

//ROS_INFO_STREAM("[UVDARDetector]: Processing image with tracking points only.");
ROS_INFO_STREAM("[UVDARDetector]: Processing image with adaptive thresholding. In camera: " << image_index);
//Print number of points given
ROS_INFO_STREAM("[UVDARDetector]: Tracking points provided: " << trackingPointsPerCamera[image_index].size());

processAdaptive(image, image_index, trackingPointsPerCamera[image_index]);

}
Expand Down

0 comments on commit 7916a69

Please sign in to comment.