mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
fixed a logging error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user