mirror of
https://github.com/modelec/detection_pot.git
synced 2026-03-19 22:10:38 +01:00
change position system
This commit is contained in:
@@ -54,7 +54,7 @@ int main(int argc, char *argv[])
|
||||
userInput = std::thread(userInputThread);
|
||||
}
|
||||
|
||||
auto* robotPose = new Type::RobotPose{cv::Point3f(0, 0, 0), CV_PI/2};
|
||||
auto* robotPose = new Type::RobotPose{cv::Point3f(500, 0, 500), -CV_PI/2};
|
||||
|
||||
ArucoDetector detector(robotPose, calibrationPath, BLUE, headless);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user