mirror of
https://github.com/modelec/detection_pot.git
synced 2026-03-18 21:40:33 +01:00
aruco size
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user