Hand-E Robotiq Gripper in MuJoCo - Control of Position and Force #1988
Replies: 6 comments 1 reply
-
Hi @vmstavens, how about you submit a PR to MuJoCo Menagerie and we can work on the model together? |
Beta Was this translation helpful? Give feedback.
-
Hi @kevinzakka, sorry for the late response, that sounds great I will make a PR to Menagerie :) |
Beta Was this translation helpful? Give feedback.
-
The fork can now be found here |
Beta Was this translation helpful? Give feedback.
-
Hi @vmstavens, there's nothing in that fork? |
Beta Was this translation helpful? Give feedback.
-
My apologies, thank you for the correction it was a mistake on my part, does it work correctly now? I have added this folder with the mesh files, scene.xml and hande.xml. |
Beta Was this translation helpful? Give feedback.
-
Is this problem solved? I'm having the same problem. |
Beta Was this translation helpful? Give feedback.
-
Hi MuJoCo community,
I'm a research assistant and I'm trying to use MuJoCo for grasping and manipulation. Specifically, I am attempting to grasp objects using the Hand-E Robotiq gripper such that the simulated gripper closely follows the real gripper's behavior. My current implementation is based on this URDF and uses a tendon and equalities for moving both fingers with one actuator. The meshes can be found here.
I'm looking for some help with building the MJCF file such that the gripper fulfills the following criteria:
The scene file can be found below. As you can see, I have attempted to replicate the behavior from the franka panda gripper, since they in principle are similar, however, only my position and not my force criteria are met in this model.
minimal XML
Here is a GIF, illustrating the current behavior of my gripper:
As you can see the position criteria are fulfilled quite nicely, however when obstacles are introduced, the gripper exerts about 0.8N of force (measured from
data.actuator("hande_fingers_actuator").force
)All feedback and/or ideas for how I could progress/solve this problem of mine are very much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions