mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
ros1-0.1.1
This commit is contained in:
parent
7926f69e97
commit
eae0bdc27f
@ -2,6 +2,9 @@
|
||||
Changelog for package moveit_task_constructor_capabilities
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.1.1 (2023-02-15)
|
||||
------------------
|
||||
|
||||
0.1.0 (2023-02-02)
|
||||
------------------
|
||||
* Initial release
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<package format="2">
|
||||
<name>moveit_task_constructor_capabilities</name>
|
||||
<version>0.1.0</version>
|
||||
<version>0.1.1</version>
|
||||
<description>
|
||||
MoveGroupCapabilites to interact with MoveIt
|
||||
</description>
|
||||
|
||||
@ -2,6 +2,16 @@
|
||||
Changelog for package moveit_task_constructor_core
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.1.1 (2023-02-15)
|
||||
------------------
|
||||
* Resort to MoveIt's python tools
|
||||
* Provide ComputeIK.ik_frame as full PoseStamped
|
||||
* Fixed build farm issues
|
||||
* Removed unused eigen_conversions includes
|
||||
* Fixed odr compiler warning on Buster
|
||||
* Fixed missing dependency declarations
|
||||
* Contributors: Robert Haschke
|
||||
|
||||
0.1.0 (2023-02-02)
|
||||
------------------
|
||||
* Initial release
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<package format="3">
|
||||
<name>moveit_task_constructor_core</name>
|
||||
<version>0.1.0</version>
|
||||
<version>0.1.1</version>
|
||||
<description>MoveIt Task Pipeline</description>
|
||||
|
||||
<url type="website">https://github.com/ros-planning/moveit_task_constructor</url>
|
||||
|
||||
@ -2,6 +2,16 @@
|
||||
Changelog for package moveit_task_constructor_demo
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.1.1 (2023-02-15)
|
||||
------------------
|
||||
* Resort to MoveIt's python tools
|
||||
* Provide ComputeIK.ik_frame as full PoseStamped
|
||||
* Fixed build farm issues
|
||||
* Fixed missing dependency declarations
|
||||
* pick_place_task: monitor last state before Connect
|
||||
... to prune solutions as much as possible
|
||||
* Contributors: Robert Haschke
|
||||
|
||||
0.1.0 (2023-02-02)
|
||||
------------------
|
||||
* Initial release
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<package format="2">
|
||||
<name>moveit_task_constructor_demo</name>
|
||||
<version>0.1.0</version>
|
||||
<version>0.1.1</version>
|
||||
<description>demo tasks illustrating various capabilities of MTC.</description>
|
||||
|
||||
<author email="rhaschke@techfak.uni-bielefeld.de">Robert Haschke</author>
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
Changelog for package moveit_task_constructor_msgs
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.1.1 (2023-02-15)
|
||||
------------------
|
||||
|
||||
0.1.0 (2023-02-02)
|
||||
------------------
|
||||
* Initial release
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<package format="2">
|
||||
<name>moveit_task_constructor_msgs</name>
|
||||
<version>0.1.0</version>
|
||||
<version>0.1.1</version>
|
||||
<description>Messages for MoveIt Task Pipeline</description>
|
||||
|
||||
<license>BSD</license>
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
Changelog for package rviz_marker_tools
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.1.1 (2023-02-15)
|
||||
------------------
|
||||
|
||||
0.1.0 (2023-02-02)
|
||||
------------------
|
||||
* Initial release
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<package format="2">
|
||||
<name>rviz_marker_tools</name>
|
||||
<version>0.1.0</version>
|
||||
<version>0.1.1</version>
|
||||
<description>Tools for marker creation / handling</description>
|
||||
|
||||
<license>BSD</license>
|
||||
|
||||
@ -2,6 +2,11 @@
|
||||
Changelog for package moveit_task_constructor_visualization
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.1.1 (2023-02-15)
|
||||
------------------
|
||||
* Remove unused eigen_conversions includes
|
||||
* Contributors: Robert Haschke
|
||||
|
||||
0.1.0 (2023-02-02)
|
||||
------------------
|
||||
* Initial release
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<package format="2">
|
||||
<name>moveit_task_constructor_visualization</name>
|
||||
<version>0.1.0</version>
|
||||
<version>0.1.1</version>
|
||||
<description>Visualization tools for MoveIt Task Pipeline</description>
|
||||
|
||||
<license>BSD</license>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user