Skip to content

Commit d7ce1a4

Browse files
authored
2.13.1 (#3446)
1 parent cdfda36 commit d7ce1a4

File tree

83 files changed

+205
-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

+205
-42
lines changed

moveit/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package moveit
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
58
2.13.0 (2025-02-15)
69
-------------------
710

moveit/package.xml

+1-1
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.13.0</version>
5+
<version>2.13.1</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

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package moveit_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
58
2.13.0 (2025-02-15)
69
-------------------
710

moveit_common/package.xml

+1-1
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.13.0</version>
5+
<version>2.13.1</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

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package moveit_configs_utils
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
* Update ompl_defaults.yaml to not have an invalid AnytimePathShortening configuration (`#3374 <https://github.com/ros-planning/moveit2/issues/3374>`_)
8+
* Contributors: Stephanie Eng
9+
510
2.13.0 (2025-02-15)
611
-------------------
712

moveit_configs_utils/package.xml

+1-1
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.13.0</version>
5+
<version>2.13.1</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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

moveit_core/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package moveit_core
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
* 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>`_)
8+
* fix: ensure attached objects update during motion execution (`#3327 <https://github.com/ros-planning/moveit2/issues/3327>`_)
9+
* Contributors: Cihat Kurtuluş Altıparmak, Marco Magri
10+
511
2.13.0 (2025-02-15)
612
-------------------
713
* 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>`_)

moveit_core/package.xml

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

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

moveit_kinematics/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package moveit_kinematics
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
58
2.13.0 (2025-02-15)
69
-------------------
710
* Update includes for generate_parameter_library 0.4.0 (`#3255 <https://github.com/ros-planning/moveit2/issues/3255>`_)

moveit_kinematics/package.xml

+1-1
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_kinematics</name>
5-
<version>2.13.0</version>
5+
<version>2.13.1</version>
66
<description>Package for all inverse kinematics solvers in MoveIt</description>
77

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

moveit_planners/chomp/chomp_interface/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package chomp_interface
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
58
2.13.0 (2025-02-15)
69
-------------------
710

moveit_planners/chomp/chomp_interface/package.xml

+1-1
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_planners_chomp</name>
5-
<version>2.13.0</version>
5+
<version>2.13.1</version>
66
<description>The interface for using CHOMP within MoveIt</description>
77

88
<maintainer email="[email protected]">Chittaranjan Srinivas Swaminathan</maintainer>

moveit_planners/chomp/chomp_motion_planner/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package chomp_motion_planner
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
58
2.13.0 (2025-02-15)
69
-------------------
710
* Use ! in place of not keyword for Pilz and CHOMP planners (`#3217 <https://github.com/ros-planning/moveit2/issues/3217>`_)

moveit_planners/chomp/chomp_motion_planner/package.xml

+1-1
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>chomp_motion_planner</name>
5-
<version>2.13.0</version>
5+
<version>2.13.1</version>
66
<description>chomp_motion_planner</description>
77

88
<maintainer email="[email protected]">Chittaranjan Srinivas Swaminathan</maintainer>

moveit_planners/moveit_planners/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package moveit_planners
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
58
2.13.0 (2025-02-15)
69
-------------------
710
* fix chomp inclued, closes `#3228 <https://github.com/ros-planning/moveit2/issues/3228>`_ (`#3229 <https://github.com/ros-planning/moveit2/issues/3229>`_)

moveit_planners/moveit_planners/package.xml

+1-1
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_planners</name>
5-
<version>2.13.0</version>
5+
<version>2.13.1</version>
66
<description>Meta package that installs all available planners for MoveIt</description>
77
<maintainer email="[email protected]">Henning Kayser</maintainer>
88
<maintainer email="[email protected]">Tyler Weaver</maintainer>

moveit_planners/ompl/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package moveit_planners_ompl
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
58
2.13.0 (2025-02-15)
69
-------------------
710

moveit_planners/ompl/package.xml

+1-1
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_planners_ompl</name>
5-
<version>2.13.0</version>
5+
<version>2.13.1</version>
66
<description>MoveIt interface to OMPL</description>
77
<maintainer email="[email protected]">Henning Kayser</maintainer>
88
<maintainer email="[email protected]">Tyler Weaver</maintainer>

moveit_planners/pilz_industrial_motion_planner/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package pilz_industrial_motion_planner
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
* Ports moveit1 `#3689 <https://github.com/ros-planning/moveit/issues/3689>`_ (`#3357 <https://github.com/ros-planning/moveit2/issues/3357>`_)
8+
* Publish planning scene while planning (`#3689 <https://github.com/ros-planning/moveit/issues/3689>`_)
9+
* Contributors: Mark Johnson
10+
511
2.13.0 (2025-02-15)
612
-------------------
713
* Update includes for generate_parameter_library 0.4.0 (`#3255 <https://github.com/ros-planning/moveit2/issues/3255>`_)

moveit_planners/pilz_industrial_motion_planner/package.xml

+1-1
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>pilz_industrial_motion_planner</name>
5-
<version>2.13.0</version>
5+
<version>2.13.1</version>
66
<description>MoveIt plugin to generate industrial trajectories PTP, LIN, CIRC and sequences thereof.</description>
77

88
<maintainer email="[email protected]">Christian Henkel</maintainer>

moveit_planners/pilz_industrial_motion_planner_testutils/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package pilz_industrial_motion_planner_testutils
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
58
2.13.0 (2025-02-15)
69
-------------------
710

moveit_planners/pilz_industrial_motion_planner_testutils/package.xml

+1-1
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>pilz_industrial_motion_planner_testutils</name>
5-
<version>2.13.0</version>
5+
<version>2.13.1</version>
66
<description>Helper scripts and functionality to test industrial motion generation</description>
77

88
<maintainer email="[email protected]">Christian Henkel</maintainer>

moveit_planners/stomp/CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package moveit_planners_stomp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
* Add `stomp` target link to `moveit_planners_stomp` tests (`#3437 <https://github.com/ros-planning/moveit2/issues/3437>`_)
8+
* Contributors: Bckempa
9+
510
2.13.0 (2025-02-15)
611
-------------------
712
* Update includes for generate_parameter_library 0.4.0 (`#3255 <https://github.com/ros-planning/moveit2/issues/3255>`_)

moveit_planners/stomp/package.xml

+1-1
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_planners_stomp</name>
5-
<version>2.13.0</version>
5+
<version>2.13.1</version>
66
<description>STOMP Motion Planner for MoveIt</description>
77
<maintainer email="[email protected]">Henning Kayser</maintainer>
88
<license>BSD-3-Clause</license>

moveit_planners/test_configs/prbt_ikfast_manipulator_plugin/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package moveit_resources_prbt_ikfast_manipulator_plugin
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
58
2.13.0 (2025-02-15)
69
-------------------
710
* Update includes for generate_parameter_library 0.4.0 (`#3255 <https://github.com/ros-planning/moveit2/issues/3255>`_)

moveit_planners/test_configs/prbt_ikfast_manipulator_plugin/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<package format="3">
33
<name>moveit_resources_prbt_ikfast_manipulator_plugin</name>
4-
<version>2.13.0</version>
4+
<version>2.13.1</version>
55
<description>The prbt_ikfast_manipulator_plugin package</description>
66
<maintainer email="[email protected]">Alexander Gutenkunst</maintainer>
77
<maintainer email="[email protected]">Christian Henkel</maintainer>

moveit_planners/test_configs/prbt_moveit_config/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package moveit_resources_prbt_moveit_config
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
58
2.13.0 (2025-02-15)
69
-------------------
710

moveit_planners/test_configs/prbt_moveit_config/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>moveit_resources_prbt_moveit_config</name>
3-
<version>2.13.0</version>
3+
<version>2.13.1</version>
44
<description>
55
<p>
66
MoveIt Resources for testing: Pilz PRBT 6

moveit_planners/test_configs/prbt_pg70_support/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package moveit_resources_prbt_pg70_support
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
58
2.13.0 (2025-02-15)
69
-------------------
710

moveit_planners/test_configs/prbt_pg70_support/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>moveit_resources_prbt_pg70_support</name>
4-
<version>2.13.0</version>
4+
<version>2.13.1</version>
55
<description>PRBT support for Schunk pg70 gripper.</description>
66

77
<maintainer email="[email protected]">Alexander Gutenkunst</maintainer>

moveit_planners/test_configs/prbt_support/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package prbt_support
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
58
2.13.0 (2025-02-15)
69
-------------------
710

moveit_planners/test_configs/prbt_support/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>moveit_resources_prbt_support</name>
3-
<version>2.13.0</version>
3+
<version>2.13.1</version>
44
<description> Mechanical, kinematic and visual description
55
of the Pilz light weight arm PRBT. </description>
66

moveit_plugins/moveit_plugins/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package moveit_plugins
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
58
2.13.0 (2025-02-15)
69
-------------------
710

moveit_plugins/moveit_plugins/package.xml

+1-1
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_plugins</name>
5-
<version>2.13.0</version>
5+
<version>2.13.1</version>
66
<description>Metapackage for MoveIt plugins.</description>
77

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

moveit_plugins/moveit_ros_control_interface/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package moveit_ros_control_interface
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
* ROS Parameter for service call timeout for ros_control controllers (`#3419 <https://github.com/ros-planning/moveit2/issues/3419>`_)
8+
* SERVICE_CALL_TIMEOUT = 1 second is harsh 🥵 (`#3382 <https://github.com/ros-planning/moveit2/issues/3382>`_)
9+
* Contributors: Ashwin Sajith Nambiar, Yoan Mollard
10+
511
2.13.0 (2025-02-15)
612
-------------------
713
* Add logic to Ros2ControlManager to match ros2_control (`#3332 <https://github.com/ros-planning/moveit2/issues/3332>`_)

moveit_plugins/moveit_ros_control_interface/package.xml

+1-1
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_ros_control_interface</name>
5-
<version>2.13.0</version>
5+
<version>2.13.1</version>
66
<description>ros_control controller manager interface for MoveIt</description>
77
<maintainer email="[email protected]">Henning Kayser</maintainer>
88
<maintainer email="[email protected]">Tyler Weaver</maintainer>

moveit_plugins/moveit_simple_controller_manager/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package moveit_simple_controller_manager
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
58
2.13.0 (2025-02-15)
69
-------------------
710
* Parallel gripper controller (`#3246 <https://github.com/ros-planning/moveit2/issues/3246>`_)

moveit_plugins/moveit_simple_controller_manager/package.xml

+1-1
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_simple_controller_manager</name>
5-
<version>2.13.0</version>
5+
<version>2.13.1</version>
66
<description>A generic, simple controller manager plugin for MoveIt.</description>
77
<maintainer email="[email protected]">Michael Görner</maintainer>
88
<maintainer email="[email protected]">Henning Kayser</maintainer>

moveit_py/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package moveit_py
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.13.1 (2025-04-15)
6+
-------------------
7+
* Allow conversion from list[str] to std::vector<std::string> (`#3423 <https://github.com/ros-planning/moveit2/issues/3423>`_)
8+
* feat: add remapping argument to MoveItPy initialization (`#3367 <https://github.com/ros-planning/moveit2/issues/3367>`_)
9+
* Contributors: Jens Vanhooydonck, Kazuya Oguma
10+
511
2.13.0 (2025-02-15)
612
-------------------
713
* move TrajectoryExecutionManager::clear() to private (`#3226 <https://github.com/ros-planning/moveit2/issues/3226>`_)

0 commit comments

Comments
 (0)