Skip to content

Commit 56c6a2a

Browse files
committed
ros2-0.1.5
1 parent fa93630 commit 56c6a2a

12 files changed

Lines changed: 38 additions & 6 deletions

File tree

capabilities/CHANGELOG.rst

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

5+
0.1.5 (2026-04-08)
6+
------------------
7+
* Add missing package dependency: controller_manager
8+
* Contributors: Robert Haschke
9+
510
0.1.4 (2025-10-15)
611
------------------
712
* Replace deprecated ament_target_dependencies()

capabilities/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>moveit_task_constructor_capabilities</name>
3-
<version>0.1.4</version>
3+
<version>0.1.5</version>
44
<description>
55
MoveGroupCapabilites to interact with MoveIt
66
</description>

core/CHANGELOG.rst

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

5+
0.1.5 (2026-04-08)
6+
------------------
7+
* Replace deprecated rclcpp::spin_some()
8+
* Fix `#737 <https://github.com/moveit/moveit_task_constructor/issues/737>`_ (pruning in fallback stages with a connect stage) (`#742 <https://github.com/moveit/moveit_task_constructor/issues/742>`_)
9+
* Directly lift solutions of SerialContainer (`#730 <https://github.com/moveit/moveit_task_constructor/issues/730>`_)
10+
* Mention InitStageException's type in its what() method (`#738 <https://github.com/moveit/moveit_task_constructor/issues/738>`_)
11+
* Remove unused setup.py
12+
* Add link rotation cost (`#726 <https://github.com/moveit/moveit_task_constructor/issues/726>`_)
13+
* Support for optimising IK solvers (`#724 <https://github.com/moveit/moveit_task_constructor/issues/724>`_)
14+
* Contributors: Demonmasterlqx, Michael Görner, Robert Haschke, joseph-moore-CO
15+
516
0.1.4 (2025-10-15)
617
------------------
718
* Simplify include of tf2_eigen.hpp

core/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="3">
22
<name>moveit_task_constructor_core</name>
3-
<version>0.1.4</version>
3+
<version>0.1.5</version>
44
<description>MoveIt Task Pipeline</description>
55

66
<url type="website">https://github.com/moveit/moveit_task_constructor</url>

demo/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_task_constructor_demo
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.5 (2026-04-08)
6+
------------------
7+
* Fix demo/README.md
8+
* Add link rotation cost (`#726 <https://github.com/moveit/moveit_task_constructor/issues/726>`_)
9+
* Add missing package dependency: controller_manager
10+
* Contributors: Robert Haschke
11+
512
0.1.4 (2025-10-15)
613
------------------
714
* Fix run.launch.py to load planning pipelines

demo/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>moveit_task_constructor_demo</name>
4-
<version>0.1.4</version>
4+
<version>0.1.5</version>
55
<description>demo tasks illustrating various capabilities of MTC.</description>
66

77
<author email="rhaschke@techfak.uni-bielefeld.de">Robert Haschke</author>

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 moveit_task_constructor_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.5 (2026-04-08)
6+
------------------
7+
58
0.1.4 (2025-10-15)
69
------------------
710
* Increase minimum required CMake version to 3.16 supported by Ubuntu 20.04

msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="3">
22
<name>moveit_task_constructor_msgs</name>
3-
<version>0.1.4</version>
3+
<version>0.1.5</version>
44
<description>Messages for MoveIt Task Pipeline</description>
55

66
<license>BSD</license>

rviz_marker_tools/CHANGELOG.rst

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

5+
0.1.5 (2026-04-08)
6+
------------------
7+
58
0.1.4 (2025-10-15)
69
------------------
710
* Simplify include of tf2_eigen.hpp

rviz_marker_tools/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>rviz_marker_tools</name>
3-
<version>0.1.4</version>
3+
<version>0.1.5</version>
44
<description>Tools for marker creation / handling</description>
55

66
<license>BSD</license>

0 commit comments

Comments
 (0)