From 62e2e0bb470a28436659496a4adf893268ca3f65 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Sat, 10 Feb 2024 18:07:58 +0100 Subject: [PATCH] up --- aruco/ArucoDetector.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()) {