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) #1002

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Jun 20, 2024

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.
    This is an automatic backport of pull request Added stereo calibration using charuco board #976 done by Mergify.

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)
@ahcorde
Copy link
Contributor

ahcorde commented Jul 16, 2024

@ros-pull-request-builder retest this please

@ahcorde ahcorde merged commit 8a6865e into jazzy Jul 16, 2024
3 checks passed
@ahcorde ahcorde deleted the mergify/bp/jazzy/pr-976 branch July 16, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants