aruco size

This commit is contained in:
ackimixs
2024-04-11 11:58:06 +02:00
parent b5954feb8b
commit 4f8f6d38b9

View File

@@ -57,9 +57,9 @@ int main(int argc, char *argv[])
ArucoDetector detector(calibrationPath, BLUE, headless);
auto whiteFlower = ArucoTag(36, "White_flower", 19.6, FLOWER);
whiteFlower.setFlowerObjectRepresentation();
// whiteFlower.setFlowerObjectRepresentation();
auto purpleFlower = ArucoTag(13, "Purple_flower", 19.6, FLOWER);
purpleFlower.setFlowerObjectRepresentation();
// purpleFlower.setFlowerObjectRepresentation();
auto solarPanel = ArucoTag(47, "Solar_panel", 50, SOLAR_PANEL);