Grasp PlannerΒΆ
Motivation
Traditionally, grasp pose generation is done through using convolutional neural networks (CNNs) to achieve grasp plans. The issues with using machine learning and neural networks is several fold
Computation power required for fast grasp pose planning using CNNs.
Dataset for training neural netwoks are currently restricted to 2 finger grippers (notably, the Cornell Grasping Dataset has been the most comprehensive and well labelled dataset for current grasp planning neural networks)
Training of new types of grippers require manual labelling of new datasets (labour intensive).
Accurate and stable grasp poses may not be available for irregular objects, so specifically labelled dataset is needed in order to generate accurate grasps
This ROS2 package presents a solution that requires no training, no labelling and little computational power to generate a 3 + 1 DOF grasp poses. The modular design of this package also allows for expansion into other gripper types. Current support for this package includes 2 finger gripper and single suction cup gripper.
Input image |
2 Finger Gripper |
Single Cup Suction Gripper |
|---|---|---|





