Skip to content

Commit c26e3cd

Browse files
committed
Fix issues from GH code review
1 parent 1bc819b commit c26e3cd

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

doc/setup.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Setup a robot
22
=============
3-
To enable communication between the robot and the client library you must first prepare the robot and set up the robot correctly. This documentation will guide you through the necessary steps.
3+
4+
To enable communication between the robot and the client library you must first prepare the robot
5+
and set up the robot correctly. This documentation will guide you through the necessary steps.
6+
47
.. toctree::
58
:maxdepth: 1
69

doc/setup/robot_setup.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ In order to use the client library with a robot, the robot needs to be prepared.
1414

1515
.. group-tab:: PolyScope 5
1616

17-
There are two ways the client library can be enabled to send command to the robot.
18-
- Remote control, there the full control is given to the client library and enables it to e.g. power on and off, brake release, load PolyScope programs and send URScript programs directly to the controller.
19-
- External Control URCap, there the control to power on, off and start programs etc. still remains on the teach pendant. The External Control URCap injects the needed URScript code from the client library. This also makes it possible to combine the use of the client library and other PolyScope program nodes, like standard moves or other third-party URCaps.
17+
There are two ways the client library can be enabled to send command to the robot.
18+
19+
- **Remote control**: There the full control is given to the client library and enables it to e.g. power on and off, brake release, load PolyScope programs and send URScript programs directly to the controller.
20+
- **External Control URCap**: There the control to power on, off and start programs etc. still remains on the teach pendant. The External Control URCap injects the needed URScript code from the client library. This also makes it possible to combine the use of the client library and other PolyScope program nodes, like standard moves or other third-party URCaps.
2021

2122
**Enable remote control:**
2223

0 commit comments

Comments
 (0)