This commit is contained in:
ackimixs
2024-04-16 13:45:41 +02:00
parent 3fb2612363
commit 890878e47a

View File

@@ -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;