Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xArm7 Gripper can't Grasp Objects #83

Open
jonzamora opened this issue Jul 28, 2024 · 1 comment
Open

xArm7 Gripper can't Grasp Objects #83

jonzamora opened this issue Jul 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jonzamora
Copy link

Which model is the issue affecting?

What is the issue?

  • I'm working on a task where an xArm7 can grasp and lift a cube with the help of mink, however, I ran into an issue with the gripper.
xarm-mink.mp4

Could someone help me debug the xArm7 gripper so it can grasp the cube properly?

I tried all the suggestions mentioned in google-deepmind/mujoco#786 and #54, though my attempts were unsuccessful so far.

Is there any additional context you can provide (e.g., a spec sheet or a URDF to show a value mismatch)?

@jonzamora jonzamora added the bug Something isn't working label Jul 28, 2024
@kevinzakka
Copy link
Collaborator

I don't have a lot of bandwidth to fix this right now, but some things that can be done to improve this gripper:

  • Custom geom colliders for the finger pads, like in the Robotiq model. Splitting into 2 boxes per pad for more contacts is even better.
  • Adding <option cone="elliptic" impratio="10"/>.
  • The forcerange on the gripper actuator seems excessively high (100 N?)
  • Adding armature to the joints as was done with the Robotiq model for a bit more stability.

@kevinzakka kevinzakka added enhancement New feature or request and removed bug Something isn't working labels Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants