Skip to content

Commit 888f39e

Browse files
committed
2.12.3
1 parent ec4d995 commit 888f39e

File tree

83 files changed

+124
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+124
-124
lines changed

moveit/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package moveit
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.12.3 (2025-04-15)
6+
-------------------
77

88
2.12.2 (2025-02-15)
99
-------------------

moveit/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>moveit</name>
5-
<version>2.12.2</version>
5+
<version>2.12.3</version>
66
<description>Meta package that contains all essential packages of MoveIt 2</description>
77
<maintainer email="[email protected]">Henning Kayser</maintainer>
88
<maintainer email="[email protected]">Tyler Weaver</maintainer>

moveit_common/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package moveit_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.12.3 (2025-04-15)
6+
-------------------
77

88
2.12.2 (2025-02-15)
99
-------------------

moveit_common/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>moveit_common</name>
5-
<version>2.12.2</version>
5+
<version>2.12.3</version>
66
<description>Common support functionality used throughout MoveIt</description>
77
<maintainer email="[email protected]">Henning Kayser</maintainer>
88
<maintainer email="[email protected]">Tyler Weaver</maintainer>

moveit_configs_utils/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package moveit_configs_utils
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.12.3 (2025-04-15)
6+
-------------------
77
* Update ompl_defaults.yaml to not have an invalid AnytimePathShortening configuration (`#3374 <https://github.com/ros-planning/moveit2/issues/3374>`_) (`#3376 <https://github.com/ros-planning/moveit2/issues/3376>`_)
88
* Contributors: Stephanie Eng
99
2.12.2 (2025-02-15)

moveit_configs_utils/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>moveit_configs_utils</name>
5-
<version>2.12.2</version>
5+
<version>2.12.3</version>
66
<description>Python library for loading moveit config parameters in launch files</description>
77
<maintainer email="[email protected]">MoveIt Release Team</maintainer>
88
<license>BSD-3-Clause</license>

moveit_configs_utils/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version="2.12.2",
8+
version="2.12.3",
99
packages=find_packages(),
1010
data_files=[
1111
("share/ament_index/resource_index/packages", ["resource/" + package_name]),

moveit_core/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package moveit_core
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.12.3 (2025-04-15)
6+
-------------------
77
* Make the destructors of the base classes of planning adapters virtual and close move_group gracefully (`#3435 <https://github.com/ros-planning/moveit2/issues/3435>`_) (`#3443 <https://github.com/ros-planning/moveit2/issues/3443>`_)
88
* fix: ensure attached objects update during motion execution (`#3327 <https://github.com/ros-planning/moveit2/issues/3327>`_) (`#3414 <https://github.com/ros-planning/moveit2/issues/3414>`_)
99
* Contributors: Cihat Kurtuluş Altıparmak, Marco Magri

moveit_core/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>moveit_core</name>
5-
<version>2.12.2</version>
5+
<version>2.12.3</version>
66
<description>Core libraries used by MoveIt</description>
77

88
<maintainer email="[email protected]">Henning Kayser</maintainer>

moveit_kinematics/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package moveit_kinematics
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.12.3 (2025-04-15)
6+
-------------------
77

88
2.12.2 (2025-02-15)
99
-------------------

0 commit comments

Comments
 (0)