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

Loop Frequency #48

Open
teddyort opened this issue Apr 24, 2020 · 2 comments
Open

Loop Frequency #48

teddyort opened this issue Apr 24, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@teddyort
Copy link
Contributor

We need to speed up loop frequencies to at least 100Hz.

  • Be smarter about not doing UI stuff so often
  • Make slow things more efficient if possible
  • Wait for timers when in the last loop before a trigger, to more accurately slice loop times
@amadoantonini amadoantonini added the enhancement New feature or request label Apr 25, 2020
@teddyort
Copy link
Contributor Author

When this is fully implemented check throttle in Input.cpp

@teddyort
Copy link
Contributor Author

Consider that roboclaw calls currently take ~4ms and when they fail timeout after 30ms.
We could up the baud rate?

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

2 participants