mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
ros1-0.1.2
This commit is contained in:
parent
6671aedeb7
commit
d07aece163
@ -2,6 +2,9 @@
|
|||||||
Changelog for package moveit_task_constructor_capabilities
|
Changelog for package moveit_task_constructor_capabilities
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
0.1.2 (2023-02-24)
|
||||||
|
------------------
|
||||||
|
|
||||||
0.1.1 (2023-02-15)
|
0.1.1 (2023-02-15)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@ -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.1</version>
|
<version>0.1.2</version>
|
||||||
<description>
|
<description>
|
||||||
MoveGroupCapabilites to interact with MoveIt
|
MoveGroupCapabilites to interact with MoveIt
|
||||||
</description>
|
</description>
|
||||||
|
|||||||
@ -2,11 +2,23 @@
|
|||||||
Changelog for package moveit_task_constructor_core
|
Changelog for package moveit_task_constructor_core
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
0.1.2 (2023-02-24)
|
||||||
|
------------------
|
||||||
|
* Remove moveit/__init__.py during .deb builds to avoid installation conflicts
|
||||||
|
* MultiPlanner solver (`#429 <https://github.com/ros-planning/moveit_task_constructor/issues/429>`_): a planner that tries multiple planners in sequence
|
||||||
|
|
||||||
|
* CartesianPath: Deprecate redundant property setters
|
||||||
|
* PlannerInterface: provide "timeout" property
|
||||||
|
* PlannerInterface: provide setters for properties
|
||||||
|
* JointInterpolation: fix timeout handling
|
||||||
|
* Contributors: Robert Haschke
|
||||||
|
|
||||||
0.1.1 (2023-02-15)
|
0.1.1 (2023-02-15)
|
||||||
------------------
|
------------------
|
||||||
* Resort to MoveIt's python tools
|
* Resort to MoveIt's python tools
|
||||||
* Provide ComputeIK.ik_frame as full PoseStamped
|
* Provide ComputeIK.ik_frame as full PoseStamped
|
||||||
* Fixed build farm issues
|
* Fixed build farm issues
|
||||||
|
|
||||||
* Removed unused eigen_conversions includes
|
* Removed unused eigen_conversions includes
|
||||||
* Fixed odr compiler warning on Buster
|
* Fixed odr compiler warning on Buster
|
||||||
* Fixed missing dependency declarations
|
* Fixed missing dependency declarations
|
||||||
|
|||||||
@ -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.1</version>
|
<version>0.1.2</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.2 (2023-02-24)
|
||||||
|
------------------
|
||||||
|
* CartesianPath: Deprecate redundant property setters (`#429 <https://github.com/ros-planning/moveit_task_constructor/issues/429>`_)
|
||||||
|
* Contributors: Robert Haschke
|
||||||
|
|
||||||
0.1.1 (2023-02-15)
|
0.1.1 (2023-02-15)
|
||||||
------------------
|
------------------
|
||||||
* Resort to MoveIt's python tools
|
* Resort to MoveIt's python tools
|
||||||
|
|||||||
@ -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.1</version>
|
<version>0.1.2</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.2 (2023-02-24)
|
||||||
|
------------------
|
||||||
|
|
||||||
0.1.1 (2023-02-15)
|
0.1.1 (2023-02-15)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@ -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.1</version>
|
<version>0.1.2</version>
|
||||||
<description>Messages for MoveIt Task Pipeline</description>
|
<description>Messages for MoveIt Task Pipeline</description>
|
||||||
|
|
||||||
<license>BSD</license>
|
<license>BSD</license>
|
||||||
|
|||||||
@ -2,6 +2,11 @@
|
|||||||
Changelog for package rviz_marker_tools
|
Changelog for package rviz_marker_tools
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
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>`_)
|
||||||
|
* Contributors: Robert Haschke
|
||||||
|
|
||||||
0.1.1 (2023-02-15)
|
0.1.1 (2023-02-15)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<package format="2">
|
<package format="2">
|
||||||
<name>rviz_marker_tools</name>
|
<name>rviz_marker_tools</name>
|
||||||
<version>0.1.1</version>
|
<version>0.1.2</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.2 (2023-02-24)
|
||||||
|
------------------
|
||||||
|
|
||||||
0.1.1 (2023-02-15)
|
0.1.1 (2023-02-15)
|
||||||
------------------
|
------------------
|
||||||
* Remove unused eigen_conversions includes
|
* Remove unused eigen_conversions includes
|
||||||
|
|||||||
@ -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.1</version>
|
<version>0.1.2</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