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

Covariance always zero #46

Open
sandeepdutta opened this issue Feb 5, 2024 · 2 comments
Open

Covariance always zero #46

sandeepdutta opened this issue Feb 5, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@sandeepdutta
Copy link

Hello,

I have been experimenting with this package, it is a high performance apriltag detector.
However I see that the covariance matrix is always zero, am I doing something incorrect ?
Without the covariance matrix, we are unable to determine the reliability of the detection.

Thank you
Sandeep

@ashwinvkNV
Copy link

The current version of the library does not provide a covariance estimate as an output.@jaiveersinghNV can you mark this as a feature request?

@swapnesh-wani-nvidia swapnesh-wani-nvidia added the enhancement New feature or request label Feb 5, 2024
@gftabor
Copy link

gftabor commented Apr 26, 2024

Ya this seems to be because the main apriltag_ros repo does the same thing.
AprilRobotics/apriltag_ros#122

Made the design decision to publish Pose Covariance but only actually provide Pose messages and always leave covariance as 0. Actually filling the covariance data would be amazing. There is discussion in that linked issue above.

Hey @jaiveersinghNV :)

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

4 participants