Closed vmstavens closed 2 months ago
Hi @vmstavens, how about you submit a PR to MuJoCo Menagerie and we can work on the model together?
Hi @kevinzakka, sorry for the late response, that sounds great I will make a PR to Menagerie :)
Hi @vmstavens, there's nothing in that fork?
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
```XMLHere 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!