Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
documentation:vision:hand_eye_calibration [2023/01/20 12:42] – created simonkl | documentation:vision:hand_eye_calibration [2023/01/27 14:50] (current) – [To-Do list for Hand-Eye calibration skill] simonkl | ||
---|---|---|---|
Line 34: | Line 34: | ||
The **Camera** position with be updated periodically based on **CameraEstimate**. | The **Camera** position with be updated periodically based on **CameraEstimate**. | ||
Finally, the skill will terminate when the CameraEstimate is considered converged. | Finally, the skill will terminate when the CameraEstimate is considered converged. | ||
+ | |||
+ | ====== To-Do list for Hand-Eye calibration skill ====== | ||
+ | * Investigate how to improve the half-sphere pose generator. | ||
+ | * Investigate why the pose generator generates weird poses over time. | ||
+ | * Investigate why the estimated camera pose is inaccurate. | ||
+ | * Investigate whether the same skill can be re-used for fixed-camera calibration. | ||
+ | * Add a parameter to allow the user to select which ArUco dictionary is used. | ||
+ |