Skip to content

Commit

Permalink
Fix repository links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
atenpas committed Mar 10, 2020
1 parent b747622 commit 96fc9bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Grasp Pose Detection (GPD)

* [Author's website](http://www.ccs.neu.edu/home/atp/)
* [License](https://github.com/atenpas/gpd2/blob/master/LICENSE.md)
* [License](https://github.com/atenpas/gpd/blob/master/LICENSE.md)
* [ROS wrapper](https://github.com/atenpas/gpd_ros/)

Grasp Pose Detection (GPD) is a package to detect 6-DOF grasp poses (3-DOF
Expand Down Expand Up @@ -60,13 +60,13 @@ installed, you should be good to go.
3. Clone the repository into some folder:

```
git clone https://github.com/atenpas/gpd2
git clone https://github.com/atenpas/gpd
```

4. Build the package:

```
cd gpd2
cd gpd
mkdir build && cd build
cmake ..
make -j
Expand Down Expand Up @@ -120,7 +120,7 @@ want to register the two point clouds together before sending them to GPD.
Providing the camera position to the configuration file (*.cfg) is important,
as it enables PCL to estimate the correct normals direction (which is to point
toward the camera). Alternatively, using the
[ROS wrapper](https://github.com/atenpas/gpd2_ros/), multiple camera positions
[ROS wrapper](https://github.com/atenpas/gpd_ros/), multiple camera positions
can be provided.

![rviz screenshot](readme/view_angle.png "Angle Between Sensor Views")
Expand Down

0 comments on commit 96fc9bc

Please sign in to comment.