anygrasp_sdk icon indicating copy to clipboard operation
anygrasp_sdk copied to clipboard

How do you define top_down_grasp?

Open wordhood opened this issue 8 months ago • 1 comments

I get grasp pose from point cloud, but when i set the top_down_grasp as True, the pose were all generated from the down aspect. I try to reverse the point, and then the pose were generated correctly.

This is the down aspect pose

Image

This is the top aspect pose

Image

wordhood avatar Apr 08 '25 07:04 wordhood

You can check the coordinate frame. The input point cloud is recommended to be in camera frame, and the top-down direction is pointing into the image plane.

chenxi-wang avatar Apr 18 '25 06:04 chenxi-wang