moveit / moveit_grasps

Geometric grasping generator library for cuboids
https://picknik.ai
BSD 3-Clause "New" or "Revised" License
93 stars 49 forks source link

Generalization for non-cuboid objects #98

Open kokkalisko opened 4 years ago

kokkalisko commented 4 years ago

The source code only supports cuboid objects. However, how non-cuboid ones should be handled when using MoveIt Grasps? Should the object be spitted into smaller bounding boxes somehow? Is there any idea on how to do that? Perhaps some papers?