mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
ros1-0.1.3
This commit is contained in:
parent
c57a0bcc12
commit
4781ed5636
@ -2,6 +2,9 @@
|
|||||||
Changelog for package moveit_task_constructor_capabilities
|
Changelog for package moveit_task_constructor_capabilities
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
0.1.3 (2023-03-06)
|
||||||
|
------------------
|
||||||
|
|
||||||
0.1.2 (2023-02-24)
|
0.1.2 (2023-02-24)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<package format="2">
|
<package format="2">
|
||||||
<name>moveit_task_constructor_capabilities</name>
|
<name>moveit_task_constructor_capabilities</name>
|
||||||
<version>0.1.2</version>
|
<version>0.1.3</version>
|
||||||
<description>
|
<description>
|
||||||
MoveGroupCapabilites to interact with MoveIt
|
MoveGroupCapabilites to interact with MoveIt
|
||||||
</description>
|
</description>
|
||||||
|
|||||||
@ -2,6 +2,13 @@
|
|||||||
Changelog for package moveit_task_constructor_core
|
Changelog for package moveit_task_constructor_core
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
0.1.3 (2023-03-06)
|
||||||
|
------------------
|
||||||
|
* MoveRelative: Allow backwards operation for joint-space delta (`#436 <https://github.com/ros-planning/moveit_task_constructor/issues/436>`_)
|
||||||
|
* ComputeIK: Limit collision checking to JMG (`#428 <https://github.com/ros-planning/moveit_task_constructor/issues/428>`_)
|
||||||
|
* Fix: Fetch pybind11 submodule if not yet present
|
||||||
|
* Contributors: Robert Haschke
|
||||||
|
|
||||||
0.1.2 (2023-02-24)
|
0.1.2 (2023-02-24)
|
||||||
------------------
|
------------------
|
||||||
* Remove moveit/__init__.py during .deb builds to avoid installation conflicts
|
* Remove moveit/__init__.py during .deb builds to avoid installation conflicts
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<package format="3">
|
<package format="3">
|
||||||
<name>moveit_task_constructor_core</name>
|
<name>moveit_task_constructor_core</name>
|
||||||
<version>0.1.2</version>
|
<version>0.1.3</version>
|
||||||
<description>MoveIt Task Pipeline</description>
|
<description>MoveIt Task Pipeline</description>
|
||||||
|
|
||||||
<url type="website">https://github.com/ros-planning/moveit_task_constructor</url>
|
<url type="website">https://github.com/ros-planning/moveit_task_constructor</url>
|
||||||
|
|||||||
@ -2,6 +2,11 @@
|
|||||||
Changelog for package moveit_task_constructor_demo
|
Changelog for package moveit_task_constructor_demo
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
0.1.3 (2023-03-06)
|
||||||
|
------------------
|
||||||
|
* Use const reference instead of reference for ros::NodeHandle (`#437 <https://github.com/ros-planning/moveit_task_constructor/issues/437>`_)
|
||||||
|
* Contributors: Robert Haschke
|
||||||
|
|
||||||
0.1.2 (2023-02-24)
|
0.1.2 (2023-02-24)
|
||||||
------------------
|
------------------
|
||||||
* CartesianPath: Deprecate redundant property setters (`#429 <https://github.com/ros-planning/moveit_task_constructor/issues/429>`_)
|
* CartesianPath: Deprecate redundant property setters (`#429 <https://github.com/ros-planning/moveit_task_constructor/issues/429>`_)
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>moveit_task_constructor_demo</name>
|
<name>moveit_task_constructor_demo</name>
|
||||||
<version>0.1.2</version>
|
<version>0.1.3</version>
|
||||||
<description>demo tasks illustrating various capabilities of MTC.</description>
|
<description>demo tasks illustrating various capabilities of MTC.</description>
|
||||||
|
|
||||||
<author email="rhaschke@techfak.uni-bielefeld.de">Robert Haschke</author>
|
<author email="rhaschke@techfak.uni-bielefeld.de">Robert Haschke</author>
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
Changelog for package moveit_task_constructor_msgs
|
Changelog for package moveit_task_constructor_msgs
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
0.1.3 (2023-03-06)
|
||||||
|
------------------
|
||||||
|
|
||||||
0.1.2 (2023-02-24)
|
0.1.2 (2023-02-24)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<package format="2">
|
<package format="2">
|
||||||
<name>moveit_task_constructor_msgs</name>
|
<name>moveit_task_constructor_msgs</name>
|
||||||
<version>0.1.2</version>
|
<version>0.1.3</version>
|
||||||
<description>Messages for MoveIt Task Pipeline</description>
|
<description>Messages for MoveIt Task Pipeline</description>
|
||||||
|
|
||||||
<license>BSD</license>
|
<license>BSD</license>
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
Changelog for package rviz_marker_tools
|
Changelog for package rviz_marker_tools
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
0.1.3 (2023-03-06)
|
||||||
|
------------------
|
||||||
|
|
||||||
0.1.2 (2023-02-24)
|
0.1.2 (2023-02-24)
|
||||||
------------------
|
------------------
|
||||||
* Fix marker creation: allow zero scale for geometric shapes (`#430 <https://github.com/ros-planning/moveit_task_constructor/issues/430>`_)
|
* Fix marker creation: allow zero scale for geometric shapes (`#430 <https://github.com/ros-planning/moveit_task_constructor/issues/430>`_)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<package format="2">
|
<package format="2">
|
||||||
<name>rviz_marker_tools</name>
|
<name>rviz_marker_tools</name>
|
||||||
<version>0.1.2</version>
|
<version>0.1.3</version>
|
||||||
<description>Tools for marker creation / handling</description>
|
<description>Tools for marker creation / handling</description>
|
||||||
|
|
||||||
<license>BSD</license>
|
<license>BSD</license>
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
Changelog for package moveit_task_constructor_visualization
|
Changelog for package moveit_task_constructor_visualization
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
0.1.3 (2023-03-06)
|
||||||
|
------------------
|
||||||
|
|
||||||
0.1.2 (2023-02-24)
|
0.1.2 (2023-02-24)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<package format="2">
|
<package format="2">
|
||||||
<name>moveit_task_constructor_visualization</name>
|
<name>moveit_task_constructor_visualization</name>
|
||||||
<version>0.1.2</version>
|
<version>0.1.3</version>
|
||||||
<description>Visualization tools for MoveIt Task Pipeline</description>
|
<description>Visualization tools for MoveIt Task Pipeline</description>
|
||||||
|
|
||||||
<license>BSD</license>
|
<license>BSD</license>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user