v4r-tuwien / grasping_pipeline

1 stars 4 forks source link
ros

Grasping Pipeline

Grasping pipeline for grasping, placing and handing over objects with the HSR robot. The pipeline is implemented in ROS.

Link to the Documentation

Grasp Annotations

The grasp annotations are stored as numpy files in the /grasps folder. The array consists of float64 values in the shape (n, 1, 16), where n is the number of grasps stored. One grasp is represented by the 4x4 transformation matrix. The naming of the file name has to match the naming of the object.

You can create new grasp annotations with the help of this repo.