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

Add hw interface parameter to set keepalive counter #534

Closed
fmauch opened this issue Nov 9, 2022 · 2 comments
Closed

Add hw interface parameter to set keepalive counter #534

fmauch opened this issue Nov 9, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@fmauch
Copy link
Collaborator

fmauch commented Nov 9, 2022

If you have a non-deterministic network connection or ROS driver process, it can happen that we miss the control cycle at some point. While we have an extrapolation strategy for this in place on the URScript, this is currently not used since the default behavior of the reverse interface is to require a new package in each control cycle. We could add a ur_driver_->setKeepaliveCount(X); statement to the initialization process.

This should be added together with some documentation clearly stating the culprits that this has (basically, the robot will continue its motion in the last commanded direction until this timeout is hit once the driver disconnects).

@fmauch
Copy link
Collaborator Author

fmauch commented Jun 12, 2024

This has been implemented and even replaced by #1002

@fmauch fmauch closed this as completed Jun 12, 2024
@fanshJ
Copy link

fanshJ commented Sep 10, 2024

I would like to know how to set interface parameter "robot_receive_timeout" mentioned in #1002 to reduce the likelihood of ”Connection to reverse interface dropped.“ occurring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants