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

Added stereo calibration using charuco board (backport #976) #1003

Open
wants to merge 1 commit into
base: iron
Choose a base branch
from

Commits on Jun 20, 2024

  1. Added stereo calibration using charuco board (#976)

    From #972
    Doing this first for rolling.
    
    This was a TODO in the repository, opening this PR to add this feature.
    - The main issue why this wasn't possible imo is the way `mk_obj_points`
    works. I'm using the inbuilt opencv function to get the points there.
    - The other is a condition when aruco markers are detected they are
    added as good points, This is fine in case of mono but in stereo these
    have to be the same number as the object points to find matches although
    this should be possible with aruco.
    
    (cherry picked from commit efb9005)
    
    # Conflicts:
    #	camera_calibration/src/camera_calibration/calibrator.py
    MRo47 authored and mergify[bot] committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    547a1a8 View commit details
    Browse the repository at this point in the history