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

Speed up communications #352

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Speed up communications #352

wants to merge 5 commits into from

Conversation

prophile
Copy link

@prophile prophile commented Aug 5, 2024

Currently we have slow processing because each serial request-response cycle ends up taking a minimum of about 5ms. This significantly limits the update frequency currently. A few changes in this PR in order to significantly reduce the number of request-response cycles so we can push the inner loop up from ~15Hz to ~60Hz.

This is so that we can send multiple commands to a board while
keeping to only one request-response cycle.

Co-Authored-By: Jake Howard <[email protected]>
@prophile prophile force-pushed the feature/make-things-fast branch from 9341525 to e1fa895 Compare August 5, 2024 13:54
@prophile prophile force-pushed the feature/make-things-fast branch from c3cda2a to de8a3b0 Compare August 5, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant