This commit is contained in:
ackimixs
2024-03-20 20:27:30 +01:00
parent 05d99d1c1b
commit e40dcd36d9

View File

@@ -32,7 +32,7 @@ class ArucoDetector {
bool started = false;
public:
ArucoDetector(const Type::RobotPose& pose, const std::string& calibrationPath, Team team, int cameraId = 0, bool headless = false);
ArucoDetector(Type::RobotPose* pose, const std::string& calibrationPath, Team team, int cameraId = 0, bool headless = false);
~ArucoDetector();