This commit is contained in:
ackimixs
2024-02-10 18:14:11 +01:00
parent 4c31b2dc5e
commit f3b8d9b6e5

View File

@@ -46,6 +46,8 @@ ArucoDetector::ArucoDetector(const Type::RobotPose& pose, const std::string& cal
this->addArucoTag(purpleFlower);
this->addArucoTag(ArucoTag(47, "Solar panel", 50, SOLAR_PANEL));
cam.startVideo();
}
ArucoDetector::ArucoDetector(const float x, const float y, const float z, const float theta, const std::string& calibrationPath, const Team team, const int cameraId, const bool headless) : ArucoDetector(Type::RobotPose{cv::Point3f(x, y, z), theta}, calibrationPath, team, cameraId, headless)