Skip to content

Commit bb2eb75

Browse files
authored
2.13.0 (#3349)
1 parent 50b4337 commit bb2eb75

File tree

83 files changed

+259
-42
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

+259
-42
lines changed

moveit/CHANGELOG.rst

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

5+
2.13.0 (2025-02-15)
6+
-------------------
7+
58
2.12.0 (2024-11-29)
69
-------------------
710
* Enhancement/use hpp for headers (`#3113 <https://github.com/ros-planning/moveit2/issues/3113>`_)

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.0</version>
5+
<version>2.13.0</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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package moveit_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.0 (2025-02-15)
6+
-------------------
7+
58
2.12.0 (2024-11-29)
69
-------------------
710

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.0</version>
5+
<version>2.13.0</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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package moveit_configs_utils
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.0 (2025-02-15)
6+
-------------------
7+
58
2.12.0 (2024-11-29)
69
-------------------
710
* Added joint limits to rviz launch file. (`#3091 <https://github.com/ros-planning/moveit2/issues/3091>`_)

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.0</version>
5+
<version>2.13.0</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.0",
8+
version="2.13.0",
99
packages=find_packages(),
1010
data_files=[
1111
("share/ament_index/resource_index/packages", ["resource/" + package_name]),

moveit_core/CHANGELOG.rst

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

5+
2.13.0 (2025-02-15)
6+
-------------------
7+
* Reverts `#2985 <https://github.com/ros-planning/moveit2/issues/2985>`_, Ports moveit `#3388 <https://github.com/ros-planning/moveit2/issues/3388>`_ `#3470 <https://github.com/ros-planning/moveit2/issues/3470>`_ `#3539 <https://github.com/ros-planning/moveit2/issues/3539>`_ (`#3284 <https://github.com/ros-planning/moveit2/issues/3284>`_)
8+
* Add missing target dependencies to eigen_stl_containers (`#3295 <https://github.com/ros-planning/moveit2/issues/3295>`_)
9+
* Support including the names of other attached objects in `touch_link` (`#3276 <https://github.com/ros-planning/moveit2/issues/3276>`_)
10+
* Fix: misleading error logs in RobotState::setFromIKSubgroups() (`#3263 <https://github.com/ros-planning/moveit2/issues/3263>`_)
11+
* Update includes for generate_parameter_library 0.4.0 (`#3255 <https://github.com/ros-planning/moveit2/issues/3255>`_)
12+
* Remove plugins from export set (`#3227 <https://github.com/ros-planning/moveit2/issues/3227>`_)
13+
* [Issue-879] Add const specifier to moveit_core (`#3202 <https://github.com/ros-planning/moveit2/issues/3202>`_)
14+
* Don't destroy objects on attach (`#3205 <https://github.com/ros-planning/moveit2/issues/3205>`_)
15+
* Update deprecated tf2 imports from .h to .hpp (`#3197 <https://github.com/ros-planning/moveit2/issues/3197>`_)
16+
* Remove ACM entries when removing collision objects (`#3183 <https://github.com/ros-planning/moveit2/issues/3183>`_)
17+
* handle continuous joints in getLowerAndUpperLimits (`#3153 <https://github.com/ros-planning/moveit2/issues/3153>`_)
18+
* Contributors: Aleksey Nogin, Jafar Uruç, Mario Prats, Mark Johnson, Marq Rasmussen, Michael Görner, Paul Gesel, Sebastian Castro, Robert Haschke, Zhong Jin, gayar
19+
520
2.12.0 (2024-11-29)
621
-------------------
722
* Enhancement/use hpp for headers (`#3113 <https://github.com/ros-planning/moveit2/issues/3113>`_)

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.0</version>
5+
<version>2.13.0</version>
66
<description>Core libraries used by MoveIt</description>
77

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

moveit_kinematics/CHANGELOG.rst

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

5+
2.13.0 (2025-02-15)
6+
-------------------
7+
* Update includes for generate_parameter_library 0.4.0 (`#3255 <https://github.com/ros-planning/moveit2/issues/3255>`_)
8+
* Remove plugins from export set (`#3227 <https://github.com/ros-planning/moveit2/issues/3227>`_)
9+
* Update deprecated tf2 imports from .h to .hpp (`#3197 <https://github.com/ros-planning/moveit2/issues/3197>`_)
10+
* Contributors: Paul Gesel, Sebastian Castro
11+
512
2.12.0 (2024-11-29)
613
-------------------
714
* Enhancement/use hpp for headers (`#3113 <https://github.com/ros-planning/moveit2/issues/3113>`_)

0 commit comments

Comments
 (0)