You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The builtin ROS 2 support will only be compatible with the ROS distribution running on the
32
+
The builtin ROS 2 support will only be compatible with the ROS 2 distribution running on the
33
33
robot. For example, PolyScope 10.7.0 is running ROS 2 Humble. It should not be used with
34
34
any other distribution.
35
35
@@ -44,7 +44,7 @@ Control the robot from an external ROS 2 application
44
44
To control your robot using ROS 2, you can utilize the :ref:`ur_robot_driver`, an Open-Source ROS 2 driver that is maintained by Universal Robots and offers full compatibility with `ros2_control
45
45
<https://control.ros.org>`_. This driver allows you to visualize the robot's state in RViz and control its motions through ROS 2. It supports CB3, e-Series, and PolyScope X robots.
46
46
47
-
By leveraging the ROS 2 driver, you can build your own application on the ROS framework. This includes integrating drivers for other hardware components, incorporating sensors, and utilizing ready-to-use software functionalities such as collision-aware path planning.
47
+
By leveraging the ROS 2 driver, you can build your own application on the ROS 2 framework. This includes integrating drivers for other hardware components, incorporating sensors, and utilizing ready-to-use software functionalities such as collision-aware path planning.
48
48
49
49
The ROS 2 driver communicates with the robot using the :ref:`ur_client_library`.
Copy file name to clipboardExpand all lines: index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ application. Some key use cases are:
36
36
37
37
38
38
.. note::
39
-
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>`_ and / or :ref:`ros2_controller_vs_driver` for details.
39
+
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.
0 commit comments