-
|
I am trying to convert a GLB file to USD using the mesh converter tool. My goal is to use it as a scene for training agents with vision. I have an RTX 3090, so I'm constrained to using IsaacSim 4.5 and IsaacLab 2.1. I run the mesh converter tool as (I had to do a few tweaks to the The script runs without issue. However, when it gets to this line ( where The
My attempts at trying to understand the mechanisms behind USD conversion and their requirements have failed. Any pointers to what I might be doing wrong would be greatly appreciated! Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I managed to find a workaround using Blender's OBJ export.
This will create the OBJ file, the MTL file, and all the images required in the folder where the blend file was originally saved. After that, the mesh converter does its job properly. I still wonder whether @RandomOakForest has any tips for dealing with the original issue, though (updating to IsaacSim 5.1 and IsaacLab 2.3 is a perfectly acceptable answer at this point). 🤔 |
Beta Was this translation helpful? Give feedback.
I managed to find a workaround using Blender's OBJ export.
This will create the OBJ file, the MTL file, and all the images required in the folder where the blend file was originally saved. After that, the mesh converter does its job properly.
I still wonder whether @RandomOakForest has any tips for dealing with the original issue, though (updating to IsaacSim 5.1 and IsaacLab 2.3 is a perfectly acceptable answer at this point). 🤔