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

tool_digital_output_mask is currently controlled by another RTDE client #239

Closed
SmirkCao opened this issue Aug 5, 2020 · 4 comments
Closed

Comments

@SmirkCao
Copy link

SmirkCao commented Aug 5, 2020

Summary

UR5+RG2
I have installed onrobot urcap to control rg2 and got the error "tool_digital_output_mask is currently controlled by another RTDE client" when i launch the ur5 driver.
If I remove onrobot urcap, the driver will start normally.

may I use ROS and onrobot urcap together?

Versions

  • ROS Driver version: Kinetic
  • Affected Robot Software Version(s): 3.13.0
  • Affected Robot Hardware Version(s):
  • Robot Serial Number:
  • UR+ product(s) installed: OnRobot 5.1.6
  • URCaps Software version(s): External Control 1.0.1
@SmirkCao
Copy link
Author

SmirkCao commented Aug 5, 2020

I have edited the file ur_robot_driver/resources/rtde_input_recipe.txt
remove tool_digital_output* and relaunch, it works.

@SmirkCao SmirkCao closed this as completed Aug 5, 2020
@gavanderhoorn
Copy link
Contributor

This reads like a similar issue as #204 (as in: in the same category).

@ehannigan
Copy link

Had the same issue and your solution fixed it! Thanks. Do you know why this works? What does the rtde_input_recipe.txt file do?

@fmauch
Copy link
Collaborator

fmauch commented Jun 28, 2021

The file effectively reserves input fields of the RTDE interface for this driver. See the upstream documentation for details.

If there are two RTDE clients claiming the same input fields (e.g. a URCap controlling a device through RTDE as in the OP) and the ROS driver, this does not work. By commenting out those, the driver doesn't claim those resources, but is also not able to control those. In the end, you won't be able to set the tool_digital_output* fields from ROS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants