From 890878e47a618d84e7dc0971a1aa730794e08690 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Tue, 16 Apr 2024 13:45:41 +0200 Subject: [PATCH] lenght --- arucoDetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arucoDetector.cpp b/arucoDetector.cpp index 81c5065..4a41a03 100644 --- a/arucoDetector.cpp +++ b/arucoDetector.cpp @@ -46,7 +46,7 @@ int main(int argc, char *argv[]) auto purpleFlower = ArucoTag(13, "Purple_flower", 19.6, FLOWER); // purpleFlower.setFlowerObjectRepresentation(); - auto solarPanel = ArucoTag(47, "Solar_panel", 50, SOLAR_PANEL); + auto solarPanel = ArucoTag(47, "Solar_panel", 36.8, SOLAR_PANEL); int code;