You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully loaded my model into a standalone mujoco.viewer, and it worked fine. However, when attempting to load it with mjcf, the following problem occurred:
dm_control\mjcf\element.py", line 534, in _check_valid_attribute
raise AttributeError(AttributeError: Line 14: error while parsing element <flexcomp>: 'dim' is not a valid attribute for <flexcomp>)
But when I checked the Mujoco documentation, it clearly specifies a dim parameter. Mujoco documentation.
I've tried with and without the body flag, but the dim parameter must be defined either way.
Hi guys,
Currently, I am encountering an issue with creating a flexcomp object using dm_control/mjcf. When I attempted to load this model.
I tried to load it in two different ways.
I've tried to create it with mjcf.
The other way was simply loading it from a file.
I successfully loaded my model into a standalone mujoco.viewer, and it worked fine. However, when attempting to load it with mjcf, the following problem occurred:
But when I checked the Mujoco documentation, it clearly specifies a dim parameter. Mujoco documentation.
I've tried with and without the body flag, but the dim parameter must be defined either way.
Any idea about the problem?
This is the gmsh mesh which I wanted to load sphere_basic_text.txt.
Mujoco: 3.1.3
dm_control: 1.0.17
Python: 3.11
The text was updated successfully, but these errors were encountered: