Skip to content

Commit 84c5761

Browse files
authored
Added urcapx installation instructions (#1)
1 parent dc64d61 commit 84c5761

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ command:
1313
socat pty,link=/tmp/ttyUR,raw,ignoreeof,waitslave tcp:192.168.56.101:54321
1414
```
1515

16+
## Install on a robot
17+
18+
To install the URCapX on a robot, you'll need to download the latest version from the [releases
19+
page](https://github.com/UniversalRobots/Universal_Robots_ToolComm_Forwarder_URCapX/releases). Pick
20+
the `tool-comm-forwarder-x.y.z.urcapx ` file and copy it to a USB stick. Plug that USB stick into the
21+
robot's teach pendant and install the URCapX as usual. For usage with ROS, please see [the tool
22+
communication setup
23+
guide](https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/doc/ur_robot_driver/ur_robot_driver/doc/setup_tool_communication.html)
24+
for more information.
25+
26+
1627
## Build and Deploy Sample
1728

1829
To build and deploy this sample, use the commands below. A rebuild of the project is required to see any changes made

0 commit comments

Comments
 (0)