Skip to content

Commit b47e302

Browse files
authored
2.13.2 (#3451)
1 parent 1951965 commit b47e302

File tree

83 files changed

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

+167
-42
lines changed

moveit/CHANGELOG.rst

+3

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

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

+3

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

moveit_core/CHANGELOG.rst

+3

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

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

moveit_kinematics/CHANGELOG.rst

+3

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

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

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.1</version>
5+
<version>2.13.2</version>
66
<description>chomp_motion_planner</description>
77

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

moveit_planners/moveit_planners/CHANGELOG.rst

+3

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

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

+3

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

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

+3

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

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.1</version>
4+
<version>2.13.2</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

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.1</version>
3+
<version>2.13.2</version>
44
<description>
55
<p>
66
MoveIt Resources for testing: Pilz PRBT 6

moveit_planners/test_configs/prbt_pg70_support/CHANGELOG.rst

+3

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.1</version>
4+
<version>2.13.2</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

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.1</version>
3+
<version>2.13.2</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

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

+3

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

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

+3

moveit_py/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>moveit_py</name>
5-
<version>2.13.1</version>
5+
<version>2.13.2</version>
66
<description>Python binding for MoveIt 2</description>
77

88
<maintainer email="[email protected]">Peter David Fagan</maintainer>

moveit_ros/benchmarks/CHANGELOG.rst

+3

0 commit comments

Comments
 (0)