Skip to content

Commit 4781ed5

Browse files
committed
ros1-0.1.3
1 parent c57a0bc commit 4781ed5

File tree

12 files changed

+30
-6
lines changed

12 files changed

+30
-6
lines changed

capabilities/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_capabilities
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.3 (2023-03-06)
6+
------------------
7+
58
0.1.2 (2023-02-24)
69
------------------
710

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.2</version>
3+
<version>0.1.3</version>
44
<description>
55
MoveGroupCapabilites to interact with MoveIt
66
</description>

core/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_core
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.3 (2023-03-06)
6+
------------------
7+
* MoveRelative: Allow backwards operation for joint-space delta (`#436 <https://github.com/ros-planning/moveit_task_constructor/issues/436>`_)
8+
* ComputeIK: Limit collision checking to JMG (`#428 <https://github.com/ros-planning/moveit_task_constructor/issues/428>`_)
9+
* Fix: Fetch pybind11 submodule if not yet present
10+
* Contributors: Robert Haschke
11+
512
0.1.2 (2023-02-24)
613
------------------
714
* Remove moveit/__init__.py during .deb builds to avoid installation conflicts

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.2</version>
3+
<version>0.1.3</version>
44
<description>MoveIt Task Pipeline</description>
55

66
<url type="website">https://github.com/ros-planning/moveit_task_constructor</url>

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

5+
0.1.3 (2023-03-06)
6+
------------------
7+
* Use const reference instead of reference for ros::NodeHandle (`#437 <https://github.com/ros-planning/moveit_task_constructor/issues/437>`_)
8+
* Contributors: Robert Haschke
9+
510
0.1.2 (2023-02-24)
611
------------------
712
* CartesianPath: Deprecate redundant property setters (`#429 <https://github.com/ros-planning/moveit_task_constructor/issues/429>`_)

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.2</version>
4+
<version>0.1.3</version>
55
<description>demo tasks illustrating various capabilities of MTC.</description>
66

77
<author email="[email protected]">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.3 (2023-03-06)
6+
------------------
7+
58
0.1.2 (2023-02-24)
69
------------------
710

msgs/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_msgs</name>
3-
<version>0.1.2</version>
3+
<version>0.1.3</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.3 (2023-03-06)
6+
------------------
7+
58
0.1.2 (2023-02-24)
69
------------------
710
* Fix marker creation: allow zero scale for geometric shapes (`#430 <https://github.com/ros-planning/moveit_task_constructor/issues/430>`_)

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.2</version>
3+
<version>0.1.3</version>
44
<description>Tools for marker creation / handling</description>
55

66
<license>BSD</license>

0 commit comments

Comments
 (0)