STOP LOGGGG

This commit is contained in:
ackimixs
2024-04-08 20:59:19 +02:00
parent 571be7906b
commit f206c08ecf

View File

@@ -102,7 +102,7 @@ int main(int argc, char *argv[])
for (const auto& [tags, matrix] : r.second)
{
if (tags.type == FLOWER) {
std::cout << tags.id << " " << tags.name << " " << matrix.first << " " << matrix.second << std::endl;
// std::cout << tags.id << " " << tags.name << " " << matrix.first << " " << matrix.second << std::endl;
//ArucoDetector::flowerDetector(tags, matrix.first, matrix.first, robotPose);
}
else if (tags.type == SOLAR_PANEL)