Skip to content

Commit 0efee38

Browse files
authored
Add install instructions for built package (#13)
1 parent 6868306 commit 0efee38

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This URCap allows you to inject script code to the robot, and is primarily meant for connecting the robot to the Universal ROS/ROS 2 driver and the Universal Robots Client Library.
44

5+
## Install on a robot
6+
7+
To install the URCapX on a robot, you'll need to download the latest version from the [releases
8+
page](https://github.com/UniversalRobots/Universal_Robots_ExternalControl_URCapX/releases). Pick
9+
the `external-control-x.y.z.urcap` file and copy it to a USB stick. Plug that USB stick into the
10+
robot's teach pendant and install the URCapX as usual. Please see [the ROS robot setup
11+
guide](https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/doc/ur_client_library/doc/setup/robot_setup.html)
12+
for more information.
513

614
## Build and Deploy Sample
715

@@ -116,4 +124,4 @@ Use `host.docker.internal` in the computer host IP address field in the Applicat
116124

117125
```docker
118126
--network="host"
119-
```
127+
```

0 commit comments

Comments
 (0)