Why are the grippers not in the middle?
You want to make sure that one of the robot finger joints is mimicing the other finger for them to close towards the center. You can find an example in this URDF. If set up correctly you should be able to see on Isaac Sim GUI Windwos>Physics>Physics Inspector that the joint is set to “Mimic joint” as shown in the screenshot (“panda_finger_joint2”).
Why are the gippers sinking in?
There are two possibilities. One is that the collision mesh assigned to your robot finger is actually smaller in shape than the visualization mesh. You can check through the GUI by clicking on the eye symbol at the top like this:
The gripper has joint7 and joint8, I have set joint8 to mimic joint7 in urdf file ,and the usd file’s joint 8 can mimic joint 7 in isaac sim UI. But when I use the new urdf and usd files in my python code . There is a error as below:
Exception: Prim path expression [‘/World/piper_description/link6’] is invalid, a prim matching the expression needs to created before wrapping it as view
Hi Sophia, thank you for the additional information. Would you be able to share your setup or steps to reproduce your problem? I may be able to help faster that way.