Open sandeepdutta opened 9 months ago
The current version of the library does not provide a covariance estimate as an output.@jaiveersinghNV can you mark this as a feature request?
Ya this seems to be because the main apriltag_ros repo does the same thing. https://github.com/AprilRobotics/apriltag_ros/issues/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 :)
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