Skip to content

Commit 6968ae0

Browse files
authored
Explicitly state PolyScope X compatibility (#1563)
1 parent 32cf968 commit 6968ae0

File tree

7 files changed

+14
-3
lines changed

7 files changed

+14
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is one of the very first ROS2 manipulator drivers. Some of the new features
77

88
This driver is developed on top of [Universal_Robots_Client_Library](https://github.com/UniversalRobots/Universal_Robots_Client_Library) and support some key cobot functionalities like; pause at emergency stop, safeguard stop, automatic speed scaling to avoid violate the safety setting and manually speed scaling from the teach pendant. In addition the externalControl URCap makes it possible to include ROS2 behaviors in the robot program.
99

10-
The driver is compatible across the entire line of UR robots -- from 3 kg payload to 30 kg payload and includes all robots from the CB3 series and newer.
10+
The driver is compatible across the entire line of UR robots -- from 3 kg payload to 30 kg payload and includes all robots with PolyScope X, PolyScope 5 or CB3 controller.
1111

1212

1313
Check also [presentations and videos](ur_robot_driver/doc/resources/README.md) about this driver.

ur_calibration/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
<license>BSD-3-Clause</license>
1212

13+
<url type="website">https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/</url>
14+
1315
<author email="[email protected]">Robert Wilbrandt</author>
1416
<author email="[email protected]">Lovro Ivanov</author>
1517

ur_controllers/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
<url type="bugtracker">https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues</url>
1515
<url type="repository">https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver</url>
16+
<url type="website">https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/</url>
1617

1718
<author email="[email protected]">Denis Stogl</author>
1819
<author email="[email protected]">Robert Wilbrandt</author>

ur_dashboard_msgs/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
<url type="bugtracker">https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues</url>
1515
<url type="repository">https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver</url>
16+
<url type="website">https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/</url>
1617

1718
<author email="[email protected]">Robert Wilbrandt</author>
1819
<author email="[email protected]">Denis Stogl</author>

ur_moveit_config/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
<license>Apache2.0</license>
1414

15+
<url type="website">https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/</url>
16+
1517
<author email="[email protected]">Robert Wilbrandt</author>
1618
<author email="[email protected]">Denis Stogl</author>
1719
<author email="[email protected]">Lovro Ivanov</author>

ur_robot_driver/doc/usage/simulation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Usage with official UR simulator
1818
The easiest way to use URSim is the Docker
1919
image provided by Universal Robots. There is an image for each software generation:
2020

21-
- `PolyScope 5 <https://hub.docker.com/r/universalrobots/ursim_e-series>`_
2221
- `PolyScope X <https://hub.docker.com/r/universalrobots/ursim_polyscopex>`_
22+
- `PolyScope 5 <https://hub.docker.com/r/universalrobots/ursim_e-series>`_
2323
- `CB3 <https://hub.docker.com/r/universalrobots/ursim_cb3>`_
2424

2525
We have prepared a script to unify the startup of the simulator independent of the software

ur_robot_driver/package.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
<package format="3">
44
<name>ur_robot_driver</name>
55
<version>4.3.0</version>
6-
<description>The new driver for Universal Robots UR3, UR5 and UR10 robots with CB3 controllers and the e-series.</description>
6+
<description>
7+
The ROS 2 driver for Universal Robots manipulators. This driver supports all robot
8+
models as listed in the documentation. For robot controllers, PolyScope X, PolyScope 5 and
9+
CB3 controllers are supported.
10+
</description>
711

812
<maintainer email="[email protected]">Felix Exner</maintainer>
913
<maintainer email="[email protected]">Rune Søe-Knudsen</maintainer>
@@ -13,6 +17,7 @@
1317

1418
<url type="bugtracker">https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues</url>
1519
<url type="repository">https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver</url>
20+
<url type="website">https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/</url>
1621

1722
<author email="[email protected]">Denis Stogl</author>
1823
<author email="[email protected]">Robert Wilbrandt</author>

0 commit comments

Comments
 (0)