mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-19 09:07:20 +01:00
log
This commit is contained in:
@@ -85,7 +85,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)
|
||||
|
||||
Reference in New Issue
Block a user