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

for multi-tag pose estimations, use reproduction error to represent accuracy of estimate #78

Open
gcschmit opened this issue Jul 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@gcschmit
Copy link
Contributor

gcschmit commented Jul 25, 2024

From this CD thread, instead of using ambiguity (which is always set to 0.2 for multi-tag), we should use the reprojection error:

cam.getLatestResult().getMultiTagResult().estimatedPose.bestReprojErr

This is also available from the PNPResult object.

PNPResult (PhotonVision dev-v2024.3.0-44-g3c58b05a) 5 works too :slight_smile: (although I think these docs might be just the latest, not pinned to any particular version)

We need to experiment some and see what is the range of values for the reproduction error and what values represent "good" estimates.

@gcschmit gcschmit added the enhancement New feature or request label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant