diff --git a/arucoDetector.cpp b/arucoDetector.cpp index e2f9839..709b1c0 100644 --- a/arucoDetector.cpp +++ b/arucoDetector.cpp @@ -83,7 +83,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.at(2, 0) << " " << matrix.first.at(0, 0) << std::endl; + std::cout << tags.id << " " << tags.name << " " << matrix.first.at(2, 0) << " " << matrix.first.at(0, 0) << " " << matrix.second.at(0, 0) << " " << matrix.second.at(1, 0) << " " << matrix.second.at(2, 0) << std::endl; //ArucoDetector::flowerDetector(tags, matrix.first, matrix.first, robotPose); } else if (tags.type == SOLAR_PANEL)