Mujoco .skn import error insufficient data in skn file #1964
Unanswered
PiNo010
asked this question in
Asking for Help
Replies: 2 comments
-
The error is here or here. I recommend building from source and stepping with a debugger. |
Beta Was this translation helpful? Give feedback.
0 replies
-
the error is here. so i don't understand if the problem is how i exported the mesh from blender (.obj file) or what i do with the model before calling the creat_skin function. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm a student and I'm trying to use MuJoCo for a university project.
We have to model an hand and import in mujoco to make it move.
I'm having problem in implementing the .skn file in the hand.xml. To make the .skn file i used the script in
https://github.com/google-deepmind/dm_control/blob/main/dm_control/locomotion/walkers/assets/dog_v2/create_skin.py
i passed to the function create an .obj file the mesh of the skin i want to create and the hand.xml file.
It all works and creates the hand_skin.skn file as i named it, but when i import the complete xml file to mujoco including the skin it gives me this error :
insufficient data in SKN file bone 7
I really don't understand how to solve this problem and hopeful that someone can help.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions