diff --git a/aruco/ArucoDetector.cpp b/aruco/ArucoDetector.cpp index fd94b16..eddeca7 100644 --- a/aruco/ArucoDetector.cpp +++ b/aruco/ArucoDetector.cpp @@ -78,12 +78,12 @@ void ArucoDetector::addArucoTag(const ArucoTag& tag) std::pair>>> ArucoDetector::detectArucoTags(std::vector tags) { - if (!started) + /*if (!started) { std::pair>>> result; result.first = -2; return result; - } + }*/ if (tags.empty()) {