Skip to content

Commit

Permalink
Add doc to custom URScript commands that it needs to be in headless m…
Browse files Browse the repository at this point in the history
…ode (#1051)

* Add doc to custom URScript commands that it needs to be in headless mode
  • Loading branch information
urrsk authored Jul 15, 2024
1 parent 083e6c9 commit ec79784
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ur_robot_driver/doc/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ Custom URScript commands
------------------------

The driver's package contains a ``urscript_interface`` node that allows sending URScript snippets
directly to the robot. It gets started in the driver's launchfiles by default. To use it, simply
directly to the robot when the robot is in remote control mode.

It gets started in the driver's launchfiles by default. To use it, simply
publish a message to its interface:

.. code-block:: bash
Expand All @@ -221,6 +223,7 @@ restarted again. Depending whether you use headless mode or not, you'll have to
external_control program again.

.. note::
On E-series robots or newer the robot needs to be in remote control mode in order to execute custom URScript commands.
Currently, there is no feedback on the code's correctness. If the code sent to the
robot is incorrect, it will silently not get executed. Make sure that you send valid URScript code!

Expand Down

0 comments on commit ec79784

Please sign in to comment.