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

feat(safety): add timeout to control thread input queue #164

Open
3 tasks
t-bre opened this issue Oct 11, 2022 · 0 comments
Open
3 tasks

feat(safety): add timeout to control thread input queue #164

t-bre opened this issue Oct 11, 2022 · 0 comments
Labels
feature New features
Milestone

Comments

@t-bre
Copy link
Member

t-bre commented Oct 11, 2022

Description

Currently control thread waits forever for an input. It would be safer to wait for a certain amount of time, and then time out and send a torque request of zero.

Requirements

  • Define configuration parameter for input timeout.
  • Modify queue wait to include finite timeout.
  • Handle timeout, sending zero torque request.
@t-bre t-bre added the feature New features label Oct 11, 2022
@t-bre t-bre added this to the STAG 9 milestone Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features
Projects
None yet
Development

No branches or pull requests

1 participant