-
Notifications
You must be signed in to change notification settings - Fork 405
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
RTDE error when starting ur_control.launch
#195
Comments
This could be related / duplicate of #191. Is there any fieldbus enabled with the robot? |
I don't know, but I can check next time I'm in the office. How can I tell? |
It is in the installation tab on the teach panel: https://github.com/UniversalRobots/Universal_Robots_ROS_Driver#when-starting-the-program-on-the-tp-i-get-a-c207a0-error |
Answering on behalf of @JStech since I'm looking at the settings right now. |
Try disabling it. In other issues (such as #191) we've seen that user report things start working for them after they've disabled it. That's not a solution, but part of diagnosing the cause. |
I got confirmed, that enabling EtherNet/IP reserves all RTDE inputs. This basically means that this driver cannot be used eith EtherNet/IP enabled in its current state. To change that, we would have to make all features that use those optional which is currently out of scope for me. |
Does this deserve its own issue, so we can track and pin it? I've just answered another question on ROS Answers about this. We can expect quite a few support requests about this. |
I think, we should add it to the troubleshooting section, the least. Do you think, an issue specifically mentioning |
As it is a "shortcoming" of the current implementation, and not one that will be easily or quickly fixed, I would suggest to open the issue, describe the problem, include a verbatim copy-paste of the error message (for SEO) and then pin it. Don't close it, as it hasn't been fixed. Any new support requests related to this should then be redirected to that issue. And if SEO gets good enough, users should be able to find it. Tbh I find this somewhat incredible. The use of RTDE was explicitly recommended (almost required) by the people contributing to the design.
of course. |
@fmauch: will you create the issue or would you want me to do it? |
I'll do it |
Closing this in favor of #204 |
Summary
When launching
ur_control.launch
as shown here, the process dies with the error, "Variable 'speed_slider_mask' is currently controlled by another RTDE client. The input recipe can't be used as configured". Here's some more context:Versions
Impact
We're working around it by using an older driver
The text was updated successfully, but these errors were encountered: