fixed a logging error

This commit is contained in:
matlabbe
2019-02-18 19:07:27 -05:00
parent 75025895b8
commit 2863060ded

View File

@@ -130,7 +130,7 @@ std::map<int, Transform> MarkerDetector::detect(const cv::Mat & image, const Cam
}
#else
ROS_ERROR("RTAB-Map is not built with \"aruco\" module from OpenCV.");
UERROR("RTAB-Map is not built with \"aruco\" module from OpenCV.");
#endif
return detections;