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

Error: eigenvalue of mesh inertia too small #411

Open
sambaPython24 opened this issue Jun 21, 2023 · 1 comment
Open

Error: eigenvalue of mesh inertia too small #411

sambaPython24 opened this issue Jun 21, 2023 · 1 comment

Comments

@sambaPython24
Copy link

I get the following error when trying to run the code on windows. What can I do?

File [python_path ....\lib\site-packages\robosuite\utils\binding_utils.py:1087](file:///python_path ..../lib/site-packages/robosuite/utils/binding_utils.py:1087), in MjSim.from_xml_string(cls, xml)
   1085 @classmethod
   1086 def from_xml_string(cls, xml):
-> 1087     model = mujoco.MjModel.from_xml_string(xml)
   1088     return cls(model)

ValueError: Error: eigenvalue of mesh inertia too small: robot0_link6_vis_7
Object name = robot0_link6_vis_7, id = 40, line = 121, column = -1
```
@snasiriany
Copy link
Contributor

Can you provide some more details about how to reproduce this issue? A full stack trace, with the specific commands you ran, the specific robot, script, environment, etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants