Mohammad Hamid

Results 18 comments of Mohammad Hamid

Hey @kurtenkera You can run the following python script: ``` import gmsh import math #https://gitlab.onelab.info/gmsh/gmsh/-/blob/master/examples/api/remesh_stl.py?ref_type=heads # Initialize Gmsh gmsh.initialize() # Merge the STL file gmsh.merge("3d_mbb_ascii.stl") # get all surfaces s...

1. Mujoco should support 2.2 and 4.1 as long as you have a single entity in the file. Latest cleaner code allows for generation of both 4.1 and 2.2. it...

Hi, Could you please send us the hollow_cylinder_binary.msh so we can replicate the issue?

I was able to replicate the issue. Can I ask what you are trying to do with this model? are you trying to simulate a softbody?

@TAFFI98 Could you please provide description of what you are trying to do? gmsh format is used for flexcomp in Mujoco: https://mujoco.readthedocs.io/en/latest/XMLreference.html#body-flexcomp Your file need to have a single entity...

closing the issue due to inactivity. Feel free to open it :)

Hi, Mujoco supports a single entity. Your model has 18 points 24 curves 10 surfaces and 1 volume. In order for Mujoco to be able to read the file you...

Hey have you found a solution for this? I have a similar issue.Thanks :)