Skip to content

Commit 9dfad11

Browse files
committed
Update to merged robot_setup instructions
1 parent b1feb26 commit 9dfad11

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

ur_robot_driver/doc/operation_modes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ Driver's operation modes
2929
------------------------
3030

3131
There are two fundamentally different control modes of the UR ROS driver to control a UR robot or the URSim robot simulator:
32-
- *Teach Pendant mode* using the :ref:`External Control URCap<install-urcap-e-series>`
32+
- *Teach Pendant mode* using the :ref:`External Control URCap<install_urcap>`
3333
- *Headless mode* that works without interacting with Teach pendant, when *remote control mode* has been selected on the teach pendant.
3434

3535
.. _teach_pendant_mode:
3636

3737
Teach Pendant Mode
3838
^^^^^^^^^^^^^^^^^^^^^
3939

40-
In Teach Pendant mode you will need the :ref:`External Control URCap<install-urcap-e-series>`
41-
installed on the robot. Please follow the installation guidelines for the :ref:`CB3<install-urcap-cb3>` or :ref:`E-series<install-urcap-e-series>`. Remember to set the correct IP address for the ROS driver host computer, and ensure the configured port number matches the ``script_sender_port`` defined in the ROS driver's launch arguments, default is 50002.
40+
In Teach Pendant mode you will need the :ref:`External Control URCap<install_urcap>`
41+
installed on the robot. Remember to set the correct IP address for the ROS driver host computer, and ensure the configured port number matches the ``script_sender_port`` defined in the ROS driver's launch arguments, default is 50002.
4242

4343
With that, create a program containing the *External Control* program node and press "play" on the teach pendant to start the program.
4444
Hereafter the URCap will request script code from the ROS driver and execute it, once the program enters that node. In addition, the ROS driver can return the control to the Teach pendent program. This gives the possibility to combine the teach pendant program and the use of the ROS driver.

ur_robot_driver/doc/setup_tool_communication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Robot setup
2626
-----------
2727

2828
For setting up the robot, please install the **rs485-1.0.urcap** found in the **resources** folder.
29-
Installing a URCap is explained in the :ref:`setup guide <install-urcap-e-series>` for the **external-control** URCap.
29+
Installing a URCap is explained in the :ref:`setup guide <install_urcap>` for the **external-control** URCap.
3030

3131
After installing the URCap the robot will expose its tool communication device to the network.
3232

ur_robot_driver/doc/usage/startup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Prepare the robot
99
If you want to use a real robot, or a URSim simulator, with this driver, you need to prepare it,
1010
first. Make sure that you complete all steps from the :ref:`setup instructions<robot_setup>`,
1111
installed the External Control URCap and created a program as explained
12-
:ref:`here<install-urcap-e-series>`.
12+
:ref:`here<install_urcap>`.
1313

1414
Launch files
1515
------------

ur_robot_driver/doc/usage/toc.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ In general, make sure you're starting up the robot as explained :ref:`here<ur_ro
8787
When starting the program on the teach pendant, I get an error "The connection to the remote PC could not be established"
8888
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8989

90-
Make sure, the IP address setup is correct, as described in the setup guides
91-
(:ref:`CB3 robots<install-urcap-cb3>`, :ref:`e-Series robots<install-urcap-e-series>`)
90+
Make sure, the IP address setup is correct, as described in the :ref:`setup guide<robot_setup>`.
9291

9392
.. note::
9493

0 commit comments

Comments
 (0)