-
Notifications
You must be signed in to change notification settings - Fork 14
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
Why is precision of the camera position is so low? #2
Comments
Hey, unfortunately I am at the moment not actively working anymore on this project. |
Hi, I have investigated a little bit and looked at he code. The problem is that the code considers the nearest AR tag as its main source of information and if another one becomes the nearest, it will reconsider. I think it would be much more precise if we would compute camera's position from every visible AR tag, not only the nearest one. I don't know the mathematics beyond this approach, but maybe there is a study out there, which computes the camera's position based on every visible marker. |
Hey @keszegrobert , |
I will do my best |
I can see in the video and also in my environment (https://github.com/keszegrobert/ros_robotic_arm) that the camera's position is not so precise(±2 cm), and this precision doesn't change even if the camera sees more markers. I would like to improve the precision, but need a little guidance to do this.
The text was updated successfully, but these errors were encountered: