mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-18 16:47:33 +01:00
update
This commit is contained in:
@@ -51,6 +51,17 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
for (auto p : res.second)
|
||||
{
|
||||
if (p.first.type == FLOWER)
|
||||
{
|
||||
ArucoDetector::flowerDetector(p.first, p.second.first, p.second.first);
|
||||
} else if (p.first.type == SOLAR_PANEL)
|
||||
{
|
||||
ArucoDetector::solarPanelDetector(p.first, p.second.first, p.second.first, robotPose);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user