-
Notifications
You must be signed in to change notification settings - Fork 728
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
updated linear_error function to handle partial board views #561
updated linear_error function to handle partial board views #561
Conversation
@PfeifferMicha does this fix your issue? @JStech were these changes made to ROS2 too to fix? (two too to) |
Whoops, some of the fixes were just in my branch and hadn't been put in a PR yet. I've added them here (and #560). They are all for stereo calibration, though, so I'm unable to test it. I'm just basing it on the discussion on #550 . None of the ChArUco stuff was ever implemented for ROS2. I believe this is everything that's relevant: #548 #549 #556 #558 #560 #561 |
Hey, thanks for fixing this! It almost works, I get one last error which is an easy fix:
Can be fixed by replacing line 914 with:
After that, monocular calibration works! :) |
@JStech See the fix from @PfeifferMicha. This is causing the CI tests to fail too. |
Thanks for the fix, @PfeifferMicha . |
…eption#561) * updated linear_error function to handle partial board views * more charuco fixes * filter len fix
* updated linear_error function to handle partial board views * more charuco fixes * filter len fix
* updated linear_error function to handle partial board views * more charuco fixes * filter len fix
Modified
linear_error
to work with partial board views, which are now possible with a ChArUco target.