-
Notifications
You must be signed in to change notification settings - Fork 73
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
Add timeouts #220
Add timeouts #220
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ipa-vsp can you do these changes?
@@ -111,6 +111,7 @@ but come from the lely core library. Below you find a list of possible configura | |||
reset_all_nodes; Specifies whether all slaves shall be reset in case of an error event on a mandatory slave (default: false, see bit 4 in object 1F80). | |||
stop_all_nodes; Specifies whether all slaves shall be stopped in case of an error event on a mandatory slave (default: false, see bit 6 in object 1F80). | |||
boot_time; The timeout for booting mandatory slaves in ms (default: 0, see object 1F89). | |||
boot_timeout; The timeout for booting all slaves in ms (default: 100ms). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
100ms seems very short fot a default. I would say go with something like 2 seconds.
{ | ||
RCLCPP_WARN( | ||
this->node_->get_logger(), | ||
"No timeout parameter found in config file. Using default value of 100ms."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to boot timeout, otherwise it is hard to get.
Any update on this? |
This PR: