We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From this CD thread, instead of using ambiguity (which is always set to 0.2 for multi-tag), we should use the reprojection error:
This is also available from the PNPResult object.
We need to experiment some and see what is the range of values for the reproduction error and what values represent "good" estimates.
The text was updated successfully, but these errors were encountered: