MultiPhotonPoseEstimator improvements - #139
Merged
Merged
Conversation
kcooney
force-pushed
the
kcooney/vision-stddevs
branch
3 times, most recently
from
February 12, 2026 04:58
9b06fa1 to
0bab3c2
Compare
kcooney
marked this pull request as ready for review
February 12, 2026 04:58
kcooney
force-pushed
the
kcooney/vision-stddevs
branch
2 times, most recently
from
February 12, 2026 07:01
f16914b to
d7edef9
Compare
kcooney
force-pushed
the
kcooney/vision-stddevs
branch
6 times, most recently
from
February 13, 2026 04:01
7860afc to
1938649
Compare
kcooney
force-pushed
the
kcooney/vision-stddevs
branch
from
February 14, 2026 00:25
1938649 to
116efce
Compare
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.
Filtering
withPoseFilter()method, to add additionalfiltering
Logging Support
processAllUnreadResults()that allows the callerto be notified of rejected poses
Extract a
CameraclassMultiPhotonPoseEstimator.Builderdifferent cameras for different drivetrains)
Camerais passed to the callback given toprocessAllUnreadResults()Cameraclass can be subclassed by users, to add additional dataabout the camera (for instance, you could provide a multiplier to apply to
the standard deviation so that you could give a higher weight to some cameras).