Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lianghongzhuo committed Aug 24, 2021
1 parent 9abfdf1 commit a1c033d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Python binding for Grasp Pose Generator (pyGPG)
Grasp Pose Generator is a cpp package that creat grasp candidates for 3D point clouds.
This package binding it with python.

## Install
- Install gpg
Expand All @@ -18,7 +20,7 @@ git clone https://github.com/pybind/pybind11
python setup.py develop
```

## example:
## Example:
```
import pygpg
points = [put your point cloud here, should be a nX3 numpy array]
Expand Down

0 comments on commit a1c033d

Please sign in to comment.