graspnet / graspnet-baseline

Baseline model for "GraspNet-1Billion: A Large-Scale Benchmark for General Object Grasping" (CVPR 2020)
https://graspnet.net/
Other
518 stars 152 forks source link

How did you avoid the collison? #58

Closed ZIXINLinsztu closed 1 year ago

ZIXINLinsztu commented 1 year ago

After I input the RGB and Depth image into the demo.py, I got the prediction data. Then I transform the coordinate so that my robot can move to the target pose, but it would collide the object,. So I wonder how did you avoid the collision between gripper and object in your experiment?

Fang-Haoshu commented 1 year ago

Hi, we first move the gripper to a pose that is 10cm backward along the approaching direction of the predicted grasp pose, and then make the gripper moves to the predicted grasp pose along the approaching direction.

ZIXINLinsztu commented 1 year ago

Hi, we first move the gripper to a pose that is 10cm backward along the approaching direction of the predicted grasp pose, and then make the gripper moves to the predicted grasp pose along the approaching direction.

It's helpful for me, thanks!

WentangChen commented 1 year ago

After I input the RGB and Depth image into the demo.py, I got the prediction data. Then I transform the coordinate so that my robot can move to the target pose, but it would collide the object,. So I wonder how did you avoid the collision between gripper and object in your experiment?

hi there, I also input the RGB and Depth image into the demo.py, but i cannot get the prediction data. I wonder if you could offer your code for me to learn about it? Thanks.