Various improvements in AprilTag support#1941
Merged
fspindle merged 3 commits intolagadic:masterfrom Apr 13, 2026
Merged
Conversation
Remove useless code that breaks cmake configuration: CMake Error at /usr/lib/x86_64-linux-gnu/apriltag/cmake/apriltagTargets.cmake:42 (message): Some (but not all) targets in this export set were already defined. Targets Defined: apriltag::apriltag Targets not yet defined: apriltag::apriltag-utils Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/apriltag/cmake/apriltagConfig.cmake:42 (include) cmake/VISP3rdParty.cmake:36 (find_package) CMakeLists.txt:1127 (include)
…uco folder See PR AprilRobotics/apriltag#436 Update also the README.VISP file that ecplains changes introduced in apriltag 3rdparty
…ection error is set to HUGE_VAL See discussion lagadic#1940
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1941 +/- ##
==========================================
- Coverage 48.68% 48.68% -0.01%
==========================================
Files 532 532
Lines 69311 69311
Branches 32414 32414
==========================================
- Hits 33746 33743 -3
+ Misses 24974 24969 -5
- Partials 10591 10599 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
vpDetectorApriltag::getPose()to set second pose projection error toHUGE_VALwhen the second pose is not available. See discussion in PR Experimentation to try to improve the Dementhon planar pose estimation #1940aruco