mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-18 16:47:33 +01:00
4.6
This commit is contained in:
@@ -64,7 +64,7 @@ int main(int argc, char *argv[])
|
||||
auto solarPanel = ArucoTag(47, "Solar panel", 50, SOLAR_PANEL);
|
||||
|
||||
while (true) {
|
||||
const auto [code, res] = detector.detectArucoTags({solarPanel});
|
||||
const auto [code, res] = detector.detectArucoTags({whiteFlower, purpleFlower, solarPanel});
|
||||
|
||||
if (code == -2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user