Skip to content

Commit 9f313cc

Browse files
authored
Release/5.0.0 (#1757)
* Update changelogs for upcoming release * 5.0.0
1 parent 7c54a6e commit 9f313cc

12 files changed

Lines changed: 56 additions & 6 deletions

File tree

ur/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package ur
33
^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
5.0.0 (2026-04-09)
6+
------------------
7+
58
4.5.0 (2026-01-13)
69
------------------
710

ur/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ur</name>
5-
<version>4.5.0</version>
5+
<version>5.0.0</version>
66
<description>Metapackage for universal robots</description>
77
<maintainer email="feex@universal-robots.com">Felix Exner</maintainer>
88
<maintainer email="rsk@universal-robots.com">Rune Søe-Knudsen</maintainer>

ur_calibration/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package ur_calibration
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
5.0.0 (2026-04-09)
6+
------------------
7+
* Ensure calibration library in ur_calibration is always built as static (`#1667 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/1667>`_)
8+
* Contributors: Silvio Traversaro
9+
510
4.5.0 (2026-01-13)
611
------------------
712

ur_calibration/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>ur_calibration</name>
4-
<version>4.5.0</version>
4+
<version>5.0.0</version>
55
<description>Package for extracting the factory calibration from a UR robot and change it such that it can be used by ur_description to gain a correct URDF</description>
66

77
<maintainer email="feex@universal-robots.com">Felix Exner</maintainer>

ur_controllers/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package ur_controllers
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
5.0.0 (2026-04-09)
6+
------------------
7+
* Improved controller usage documentation (`#1754 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/1754>`_)
8+
* Friction model controller (`#1704 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/1704>`_)
9+
* Remove Werror from CMakeLists (`#1720 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/1720>`_)
10+
* Do not install moveit dependencies (`#1671 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/1671>`_)
11+
* Add deprecation warning for scaled JTC (`#1660 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/1660>`_)
12+
* Contributors: Felix Exner, Rune Søe-Knudsen
13+
514
4.5.0 (2026-01-13)
615
------------------
716
* Ensure latched qos is reliable (`#1594 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/1594>`_)

ur_controllers/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ur_controllers</name>
5-
<version>4.5.0</version>
5+
<version>5.0.0</version>
66
<description>Provides controllers that use the speed scaling interface of Universal Robots.</description>
77

88
<maintainer email="feex@universal-robots.com">Felix Exner</maintainer>

ur_dashboard_msgs/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package ur_dashboard_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
5.0.0 (2026-04-09)
6+
------------------
7+
* Use integer representation of SafetyStatus.msg (`#1734 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/1734>`_)
8+
* Services to support various dashboard calls (`#1674 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/1674>`_)
9+
* Dashboard client new x commands (`#1679 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/1679>`_)
10+
* Contributors: Felix Exner, URJala
11+
512
4.5.0 (2026-01-13)
613
------------------
714

ur_dashboard_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ur_dashboard_msgs</name>
5-
<version>4.5.0</version>
5+
<version>5.0.0</version>
66
<description>Messages around the UR Dashboard server.</description>
77

88
<maintainer email="feex@universal-robots.com">Felix Exner</maintainer>

ur_moveit_config/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package ur_moveit_config
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
5.0.0 (2026-04-09)
6+
------------------
7+
* Add sim_time to servo launch file (`#1651 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/1651>`_)
8+
* Contributors: Jennifer Buehler
9+
510
4.5.0 (2026-01-13)
611
------------------
712

ur_moveit_config/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ur_moveit_config</name>
5-
<version>4.5.0</version>
5+
<version>5.0.0</version>
66
<description>
77
An example package with MoveIt2 configurations for UR robots.
88
</description>

0 commit comments

Comments
 (0)