moveit_grasps icon indicating copy to clipboard operation
moveit_grasps copied to clipboard

Geometric grasping generator library for cuboids

Results 18 moveit_grasps issues
Sort by recently updated
recently updated
newest added

This package is only compatible with franka_description

The existing moveit_grasps is stable and working properly with panda arm. But, there's no straightforward way to use the same with other robotic arms like Universal Robot or ABB robots....

**Description** Attempting to launch Moveit! Grasps tutorials with ROS Noetic installed from binary and moveit installed from source. I have tried every single possible solution I could find in the...

Hi everyone! I'm looking for a way to use moveit_grasps on ros2 Humble on Ubuntu 22.04, yet couldn't find any specific branch for humble, the default (master) branch seems to...

Various small improvements separated by commits. Biggest change is to filter suction voxel by overlap in parallel. Some small logging improvements. Removing ACM entries after they are no longer "allowed"...

The Problem mentioned in [two_finger_grasp_generator.cpp](https://github.com/ros-planning/moveit_grasps/blob/master/src/two_finger_grasp_generator.cpp) at line 389 "There is a bug with face grasps allowing the grasp generator to generate grasps where the gripper fingers are in collision with...

When using the TwoFingerGraspGenerator to generate face-grasps from the top for objects that are not cubes there is an odd behavior: - Objects that are taller than wide will result...

I have a very strange problem: Grasp poses are filtered in `GraspFilter::filterGraspsHelper` with the help of a multi-threaded OpenMP for-loop ([line in question](https://github.com/ros-planning/moveit_grasps/blob/e70b88f97ed223dbcaecd3343316b6900029dacd/src/grasp_filter.cpp#L452)). Part of this filtering function is the...

Needed for [MoveIt Tutorials Noetic Release](https://github.com/ros-planning/moveit_tutorials/issues/525)

I am building and launching the node which uses the grasps library directly from IDE instead of the launch file. The parameters however are still being loaded in the launchfile....