1. Object Grasping#

We provide a simple tutorial to show you how to grasp an object based on GSNet.

First, you need to install curobo and gsnet. RoboVerse provides a clean readme to help you install the dependencies. Follow the link to install them!

Then run:

python get_started/motion_planning/1_object_grasping.py --sim <simulator>

Inference GSNet#

In this code, we will first use existing GSNet model to predict the grasp pose. Then we will use the predicted grasp pose to grasp the object.

After running the code, you will get the following image:


Grasp the Object#

We also provide a grasping planning code to grasp the object, based on the predicted grasp pose.

After running the code, you will get the following video: