mirror of
https://github.com/modelec/detection_pot.git
synced 2026-03-18 21:40:33 +01:00
remove log
This commit is contained in:
@@ -85,12 +85,12 @@ int main(int argc, char *argv[])
|
|||||||
for (const auto& [tags, matrix] : r.second)
|
for (const auto& [tags, matrix] : r.second)
|
||||||
{
|
{
|
||||||
if (tags.type == FLOWER) {
|
if (tags.type == FLOWER) {
|
||||||
std::cout << tags.id << " " << tags.name << " " << matrix.first.at<double>(2, 0) << " " << matrix.first.at<double>(0, 0) << std::endl;
|
// std::cout << tags.id << " " << tags.name << " " << matrix.first.at<double>(2, 0) << " " << matrix.first.at<double>(0, 0) << std::endl;
|
||||||
//ArucoDetector::flowerDetector(tags, matrix.first, matrix.first, robotPose);
|
//ArucoDetector::flowerDetector(tags, matrix.first, matrix.first, robotPose);
|
||||||
}
|
}
|
||||||
else if (tags.type == SOLAR_PANEL)
|
else if (tags.type == SOLAR_PANEL)
|
||||||
{
|
{
|
||||||
std::cout << tags.id << " " << tags.name << " " << matrix.first.at<double>(2, 0) << " " << matrix.first.at<double>(0, 0) << std::endl;
|
// std::cout << tags.id << " " << tags.name << " " << matrix.first.at<double>(2, 0) << " " << matrix.first.at<double>(0, 0) << std::endl;
|
||||||
//ArucoDetector::solarPanelDetector(tags, matrix.first, matrix.first, robotPose);
|
//ArucoDetector::solarPanelDetector(tags, matrix.first, matrix.first, robotPose);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -99,7 +99,7 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
std::cout << std::endl;
|
// std::cout << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user