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
A lot of time is spent waiting for communication with the roboclaws. Using an async python library to communicate with them or using threading in either language would alleviate this.
The text was updated successfully, but these errors were encountered:
Sorry maybe I don't fully understand here, how would async or threading improve this? You always only have the ability to communicate to a single device at a time, so you couldn't multi thread that. Can you explain a little more?
Async or threading would simply mean that while the code is waiting for a response from the various IO devices, it can go and do other stuff such as respond to a callback or calculate odometry/state information.
A lot of time is spent waiting for communication with the roboclaws. Using an async python library to communicate with them or using threading in either language would alleviate this.
The text was updated successfully, but these errors were encountered: