-
Notifications
You must be signed in to change notification settings - Fork 384
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Short report
Dear MuJoCo Developers.
I hope this message finds you well. I'm writing to respectfully report an issue I've encountered with the ur10e.xml model in MuJoCo Menagerie. It appears to have an incorrect collision size for the shoulder_link's default geom definition. This leads to an erroneous collision detection with the ground, generating large contact forces and causing instability in the simulation environment. Adjusting the size parameter of this geom resolves the issue. I'd like to provide a minimal example to reproduce the problem, and I would like to propose a Pull Request (PR) to fix this.
Minimal example
- comment out
<keyframe>(line 142-144) in ur10e.xml, and simply run mujoco'ssimulate, we can see that there is a contact collision betweenshoulder_linkand the ground. This caused a very large force perpendicular to the ground, I'm guessing it's this anomalous force that's causing the instability of the little box. - Comment out line 81 or change the size to
size="0.06 0.07"solves this problem.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working