Skip to content

Latest commit

 

History

History
28 lines (11 loc) · 1.3 KB

README.md

File metadata and controls

28 lines (11 loc) · 1.3 KB

Introduction

A showcase of the project, transfer to 👉 https://portgasray.github.io/project/robot-grasp/

Vision

Algorithm. The Detection Algorithm is inherited the Benckmakr of Andreas ten Pas, named Grasp Pose Detection (GPD). GPD used a geometric way to generated the candidates of the grasp hypothesis.

Platform. The OpenViNO Toolkit from Intel. The RealSense camera is supported by this toolkit.

The Whole part of the vision demo can found at ros2_grasp_library with the latest version.

Manipulation

Hand-eye calibration. Although, you could find the tool of the calibration from Intel Corporation, we still encourage you to explore the basic one which start from our former steps. 👉 UR5 REALSENSE CALIBRATION

Here is the promotion!!! the CALIBRATION repository is tested by serveral experiments with the group members. The document well summarized the processing of the calibration, which is easy to used and plugin.

Moveit. The motion planing is hosting by the 3rd party.