You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: