Skip to content

RoboticManipulation/gpd_ros2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

ROS 2 Wrapper for GPD

Overview

A ROS 2 wrapper around the GPD package for detecting 6-DOF grasp poses for a 2-finger robot hand (e.g., a parallel jaw gripper) in 3D point clouds.

1) Installation

The following instructions have been tested on Ubuntu 22.04 with ROS 2 (e.g., Humble, Iron). Similar instructions should work for other ROS 2 distributions.

  1. Install GPD. You can follow these instructions. Make sure to run make install to install GPD as a library.

  2. Clone this repository into the src folder of your ROS 2 workspace:

cd <location_of_your_ros2_workspace>/src
git clone https://github.com/rohitmenon86/gpd_ros2.git
  1. Build your ROS 2 workspace using colcon:
cd <location_of_your_ros2_workspace>
colcon build --symlink-install
  1. Source the workspace:
source install/setup.bash

About

ROS2 wrapper for GPD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.2%
  • Python 24.5%
  • CMake 13.3%