Skip to content

Commit c8f3b35

Browse files
authored
Merge branch 'main' into pose_broadcaster
2 parents 628bc8d + 984c218 commit c8f3b35

File tree

13 files changed

+32
-7
lines changed

13 files changed

+32
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333

3434
# Python hooks
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v3.18.0
36+
rev: v3.19.0
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py36-plus]

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+
2.4.13 (2024-10-28)
6+
-------------------
7+
58
2.4.12 (2024-10-14)
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>2.4.12</version>
5+
<version>2.4.13</version>
66
<description>Metapackage for universal robots</description>
77
<maintainer email="[email protected]">Felix Exner</maintainer>
88
<maintainer email="[email protected]">Vincenzo Di Pentima</maintainer>

ur_calibration/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_calibration
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.4.13 (2024-10-28)
6+
-------------------
7+
58
2.4.12 (2024-10-14)
69
-------------------
710

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>2.4.12</version>
4+
<version>2.4.13</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="[email protected]">Felix Exner</maintainer>

ur_controllers/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_controllers
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.4.13 (2024-10-28)
6+
-------------------
7+
* [SJTC] Make scaling interface optional (`#1145 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/1145>`_)
8+
* Contributors: Felix Exner (fexner)
9+
510
2.4.12 (2024-10-14)
611
-------------------
712

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>2.4.12</version>
5+
<version>2.4.13</version>
66
<description>Provides controllers that use the speed scaling interface of Universal Robots.</description>
77

88
<maintainer email="[email protected]">Felix Exner</maintainer>

ur_dashboard_msgs/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_dashboard_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.4.13 (2024-10-28)
6+
-------------------
7+
58
2.4.12 (2024-10-14)
69
-------------------
710

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>2.4.12</version>
5+
<version>2.4.13</version>
66
<description>Messages around the UR Dashboard server.</description>
77

88
<maintainer email="[email protected]">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+
2.4.13 (2024-10-28)
6+
-------------------
7+
* Pass use_sim_time to MoveIt's RViz instance (`#1144 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/1144>`_)
8+
* Contributors: Felix Exner (fexner)
9+
510
2.4.12 (2024-10-14)
611
-------------------
712

0 commit comments

Comments
 (0)