acronym icon indicating copy to clipboard operation
acronym copied to clipboard

How to generate grasps for own objects?

Open rcao-hk opened this issue 3 years ago • 1 comments

Hi,

Thank you for your excellent work! I would like to generate some physically feasible grasps for our own objects. Could you give some hints for the implementation based on Nvidia Flex? Thank you

Beat, Rui

rcao-hk avatar Dec 08 '21 16:12 rcao-hk

I recommend to use Isaac Gym which allows to use FleX or PhysX as backend. In particular, this code base: https://github.com/NVlabs/DefGraspSim might be helpful. Although it's for deformable objects, the implementation for rigid bodies is very similar.

clemense avatar Mar 11 '22 07:03 clemense