This commit is contained in:
ackimixs
2024-04-16 13:43:55 +02:00
parent 6e1fe17749
commit 3fb2612363

View File

@@ -90,6 +90,7 @@ int main(int argc, char *argv[])
}
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;
//ArucoDetector::solarPanelDetector(tags, matrix.first, matrix.first, robotPose);
}
}