Skip to content

Commit 80475a3

Browse files
committed
0.1.1
Signed-off-by: Chen Bainian <[email protected]>
1 parent 9493058 commit 80475a3

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

easy_manipulation_deployment/CHANGELOG.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
0.1.1 (2021-07-22)
1+
0.1.1 (2021-07-28)
22
------------------
33
* Fixed bug that triggers Grasp Execution when no grasp plans found.
44
* Added a clearing and repopulating method in Grasp Planner for end effector to prevent retaining of past information
55
* Fixed inconsistencies in Grasp Planner Rotation by adding additional configuration parameters to file to specify end effector tf alignments
66
* Fixed initial point generation for finger grasp samples in Grasp Planner to account for object axis vector
77
* Added quick dimension and pose fix to ensure grasp object collision shape is properly formed for grasp execution.
8-
* Added Option and OptionArray fields into the emd_msgs type, to include closed finger positions to send to Grasp Execution
98
* Added EPD Tracking output support to Grasp Planner
109
* Added Service based communication between EPD and EMD Grasp Planner
1110
* Removed epd_msgs as a required dependency for EMD, and removed epd_msgs from main repository.

easy_manipulation_deployment/grasp_execution/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>grasp_execution</name>
5-
<version>0.1.0</version>
5+
<version>0.1.1</version>
66
<description>A collection of script to execute the result of grasp planninng</description>
77
<maintainer email="[email protected]">Tan Jing Peng Glenn</maintainer>
88
<maintainer email="[email protected]">Chen Bainian</maintainer>

easy_manipulation_deployment/grasp_planner/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>grasp_planner</name>
5-
<version>0.1.0</version>
5+
<version>0.1.1</version>
66
<description>A package that provides a visual representation of the pointcloud grasping results and publishes
77
a pose for the grasp_execution package</description>
88
<maintainer email="[email protected]">Tan Jing Peng Glenn</maintainer>

easy_manipulation_deployment/workcell_builder/workcell_builder/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>workcell_builder</name>
4-
<version>0.1.0</version>
4+
<version>0.1.1</version>
55

66
<description>A ROS2 package that provides a GUI for workcell building</description>
77
<maintainer email="[email protected]">Tan Jing Peng Glenn</maintainer>

emd_msgs/CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.1.1 (2020-07-28)
2+
------------------
3+
* Added Option and OptionArray fields into the emd_msgs type, to include closed finger positions to send to Grasp Execution
4+
* Contributors: Chen Bainian, Tan Jing Peng Glenn
5+
16
0.1.0 (2021-06-04)
27
------------------
38
* Added GraspMethod, GraspTarget, and GraspTask messages to reflect new Grasp Planner and Grasp Execution methodology

emd_msgs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>emd_msgs</name>
5-
<version>0.1.0</version>
5+
<version>0.1.1</version>
66
<description>A ROS2 package that accelerates the training and deployment of CV models in industries</description>
77
<maintainer email="[email protected]">rosi</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)