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

[BUG] Drop in the number of interpolated pictures #12

Open
loolirer opened this issue Mar 17, 2023 · 1 comment
Open

[BUG] Drop in the number of interpolated pictures #12

loolirer opened this issue Mar 17, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@loolirer
Copy link
Collaborator

There is a drop in the interpolated picture numbers when there are more than 6 markers on the scene.

For $2\leq N \leq 6$ markers in a 10 seconds capture, the number of interpolated pics is 995 constantly.

For 7 markers, this drops down to roughly ~570 interpolated pics.

For 8 markers, this drops even further to ~65 interpolated pics!

@loolirer loolirer changed the title Number of interpolated pictures drops Drop in the number of interpolated pictures Mar 17, 2023
@debOliveira
Copy link
Owner

The drop happens because of the time of the loop. The server stays processing and does not check the messages incoming. You can separate threads and accumulate all messages in a queue.

The loop time must be either way reduced. Otherwise, the feedback to the robot would be too late.

@debOliveira debOliveira added the bug Something isn't working label Mar 17, 2023
@loolirer loolirer added the help wanted Extra attention is needed label Apr 3, 2023
@debOliveira debOliveira changed the title Drop in the number of interpolated pictures [BUG] Drop in the number of interpolated pictures Jun 30, 2023
@debOliveira debOliveira removed the help wanted Extra attention is needed label Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants