Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Adjustable Charuco Parameters #44

Open
1 task
ROMANT21 opened this issue Feb 22, 2025 · 0 comments
Open
1 task

Make Adjustable Charuco Parameters #44

ROMANT21 opened this issue Feb 22, 2025 · 0 comments
Labels
aruco node About finding ArUco markers (big QR codes)

Comments

@ROMANT21
Copy link
Member

ROMANT21 commented Feb 22, 2025

We use the extra_scripts/camera_calibration.py script to create a camera calibration file. When we track ArUco markers, we use this calibration file to get accurate pose information on the ArUco marker.

To make the camera calibration file, we use ChArUco calibration. OpenCv let's us adjust the parameters of the ChAruco tracker, so it would be nice to change these parameters via the command line or a configuration file, like yaml.

Being able to do so would allow us to play with different methods of calibration and see if we can get more accurate ArUco marker pose estimates.

  • Make the ChArUco parameters in the camera_calibration.py file adjustable!
@ROMANT21 ROMANT21 added the aruco node About finding ArUco markers (big QR codes) label Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aruco node About finding ArUco markers (big QR codes)
Projects
None yet
Development

No branches or pull requests

1 participant