From ca033a004bffe48c9666d8024e3a9562d6bdb194 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Fri, 3 May 2024 16:24:38 +0200 Subject: [PATCH] flower tag --- arucoDetector.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arucoDetector.cpp b/arucoDetector.cpp index 1c36576..4acaa9a 100644 --- a/arucoDetector.cpp +++ b/arucoDetector.cpp @@ -41,9 +41,9 @@ int main(int argc, char *argv[]) ArucoDetector detector(calibrationPath, BLUE, headless); - auto whiteFlower = ArucoTag(36, "White_flower", 19, FLOWER); + auto whiteFlower = ArucoTag(36, "White_flower", 18.8, FLOWER); // whiteFlower.setFlowerObjectRepresentation(); - auto purpleFlower = ArucoTag(13, "Purple_flower", 19, FLOWER); + auto purpleFlower = ArucoTag(13, "Purple_flower", 18.8, FLOWER); // purpleFlower.setFlowerObjectRepresentation(); auto solarPanel = ArucoTag(47, "Solar_panel", 36.8, SOLAR_PANEL);