Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 972 Bytes

Readme.md

File metadata and controls

32 lines (27 loc) · 972 Bytes

CSL NTUA Grasping Package

Description:

A geometric algorithm for real-time gripping based on gripper geometry.


Dependences - Installing

The package dependeces are:

  • math_utils: A package that contains necessary mathematic tools and it is created by NTUA CSL Team. Clone and build the package:
roscd && cd ../src
git clone https://github.com/mlogoth/math_utils.git
cd .. && catkin_make
  • Eigen3: Install Eigen3 library.
sudo apt-get install libeigen3-dev
sudo apt-get install ros-indigo-pcl-ros
  • csl_grasping