-
Notifications
You must be signed in to change notification settings - Fork 4
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
[ROS2] Watchdog trips on LoveLace during service calls #63
Comments
Note that this is not an issue on |
It is also worthwhile considering moving the |
It is also worthwhile modifying the the service and action in |
#92 mostly addresses this, lingering issues will be documented there. |
Sometimes on LoveLace, in the process of all the service calls in
pre_moveto_config
(i.e., toggle watchdog listener off, re-tare FT sensor, toggle watchdog listener on, and set FT thresholds) the watchdog trips because a watchdog message hasn't been received in 0.5 sec (or 0.1, depending on the parameter setting). However, theupdate
function of that behavior is async, so it should not be blocking. This is something that is necessary to look into -- why sometimes watchdog messages are not received for a time period. It may be related to #62 , or to this article on deadlock.Note that both LoveLace and Nano are using Cyclone DDS
The text was updated successfully, but these errors were encountered: