Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/ros2_controller_vs_driver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ ROS 2 on the robot
of interaction with the robot without the need of any ROS 2 driver. In particular, the robot
publishes a lot of status information and offers services to control e.g. the robot's
I/O ports. See the `Topics and Services overview
<https://docs.universal-robots.com/polyscopex-ros2/v10.7/Appendix/Appendix%202.html>`_ for more
<https://docs.universal-robots.com/polyscopex-ros2/v10.11/Appendix/Appendix%202.html>`_ for more
information.


2. Starting with PolyScope X v10.7.0 there is basic URScript support for ROS 2. This allows
publishing and subscribing to ROS 2 topics directly in URScript as well as calling ROS 2
services and actions from URScript. See `Basic Usage in URScript
<https://docs.universal-robots.com/polyscopex-ros2/v10.7/Basic%20Usage%20in%20URScript.html>`_
<https://docs.universal-robots.com/polyscopex-ros2/v10.11/Basic%20Usage%20in%20URScript.html>`_
for details on that.

.. note::
Expand Down
5 changes: 4 additions & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ application. Some key use cases are:


.. note::
There is also builtin ROS 2 support for PolyScope X robots, see the `PolyScope X ROS 2 documentation <https://docs.universal-robots.com/polyscopex-ros2/v10.7/index.html>`_ for details, or :ref:`ros2_controller_vs_driver` for an explanation of the difference from the ROS 2 driver documented here.
There is also builtin ROS 2 support for PolyScope X robots, see the `PolyScope X ROS 2
documentation <https://docs.universal-robots.com/polyscopex-ros2/v10.11/index.html>`_ for
details, or :ref:`ros2_controller_vs_driver` for an explanation of the difference from the ROS 2
driver documented here.

Table of Contents
-----------------
Expand Down
Loading