ShapeCompletion3D / graspit_eval_plugin

Graspit Plugin: plan grasps on a completed object, evaluate them on the ground truth

Home Page:http://shapecompletiongrasping.cs.columbia.edu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graspit_eval_plugin

Graspit Plugin: plan grasps on a completed object, evaluate them on the ground truth

This repo enables a user to plan grasps on a completion of an object, and then evaluate those grasps on the ground truth mesh model. If you want to record the exact joint states rather than only the dof values, uncomment the relevant lines in this package: https://github.com/ShapeCompletion3D/graspit_eval_plugin/blob/master/src/graspit_eval_interface.cpp#L215

, and make the getJointValues method in the Robot class in graspit public: https://github.com/graspit-simulator/graspit/blob/master/include/robot.h#L214

About

Graspit Plugin: plan grasps on a completed object, evaluate them on the ground truth

http://shapecompletiongrasping.cs.columbia.edu/


Languages

Language:C++ 72.3%Language:CMake 27.7%