mirror of
https://github.com/modelec/detection_pot.git
synced 2026-03-24 16:30:39 +01:00
update namespace
This commit is contained in:
@@ -93,12 +93,12 @@ int main(int argc, char *argv[])
|
||||
stopRequested = true;
|
||||
}
|
||||
|
||||
for (auto [tags, matrix] : r.second)
|
||||
for (const auto& [tags, matrix] : r.second)
|
||||
{
|
||||
if (tags.type == FLOWER)
|
||||
{
|
||||
if (tags.type == FLOWER) {
|
||||
//ArucoDetector::flowerDetector(tags, matrix.first, matrix.first, robotPose);
|
||||
} else if (tags.type == SOLAR_PANEL)
|
||||
}
|
||||
else if (tags.type == SOLAR_PANEL)
|
||||
{
|
||||
//ArucoDetector::solarPanelDetector(tags, matrix.first, matrix.first, robotPose);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user