Skip to content

Conversation

@urfeex
Copy link
Member

@urfeex urfeex commented Dec 5, 2025

As noted in #5 there can be unexpected side-effects when having another URCapX installed using the ttyTool device. As this isn't necessarily obvious from the error seen, we should at least clearly state that in the README.

I also added instructions to enable tool communication on the robot.

@urfeex urfeex requested a review from a team December 5, 2025 08:56
@urfeex urfeex added the documentation Improvements or additions to documentation label Dec 5, 2025
@urfeex urfeex linked an issue Dec 5, 2025 that may be closed by this pull request
Comment on lines +46 to +51
For example, you can add a Script code program node to the program with the following code:

```
set_tool_voltage(24)
set_tool_communication(True, 115200, 0, 1, 1.5, 3.5)
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should consider how we can help people not need to add these script lines to setup the tool communication

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When using it with the ROS driver, that isn't strictly needed, as it is done as part of the driver startup when requested. See https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/doc/ur_robot_driver/ur_robot_driver/doc/setup_tool_communication.html

Should we mention and link that in the README, as well?

Copy link
Member

@urrsk urrsk Dec 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes we should. Though using the ROS2 repo instead

@urfeex urfeex merged commit 040150e into UniversalRobots:main Dec 12, 2025
1 of 2 checks passed
@urfeex urfeex deleted the doc_setup_instructions branch December 12, 2025 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Socat server drops connection when starting Robotiq driver

2 participants