mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-19 00:57:28 +01:00
flower
This commit is contained in:
@@ -59,9 +59,9 @@ int main(int argc, char *argv[])
|
||||
ArucoDetector detector(robotPose, 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