atenpas / gpd

Detect 6-DOF grasp poses in point clouds
BSD 2-Clause "Simplified" License
607 stars 233 forks source link

Grasp detection node returns incorrect gripper width apperture #29

Closed akash-greyorange closed 6 years ago

akash-greyorange commented 6 years ago

Hello @atenpas , I have been working on GPD from past few days.Awesome work for detecting antipodal grasp points.I do have couple of doubts.First is whats the exact difference between sequential importance sampling and normal sampling?(My observation was sequential importance sampling creates lot more grasps as compared to normal sampling and also takes less time to classify them) Second is I got GPD running on my cropped object PCD but gripper apperture returned seems to be incorrect for given object PCD.For example if width of object is say 80 mm , grasp detection node returns me width of say 30 mm every time.I have already modified hand_geometry.yaml with my gripper measurements still not getting perfect gripper apperture.Need your assistance in debugging this issue.

atenpas commented 6 years ago

The aperture is only an estimate. I think you should just open the robot hand as much as possible when attempting a grasp and then close it completely.

akash-greyorange commented 6 years ago

Ok. Actually I am working with rack picking application in which closing hand helps somewhat in motion planning so needed this apperture. Thanks :)