Hi there,
I am trying to import the customized URDF file and found the following issue.
-
When I turned off the following two lines in ‘While loop’, I can see my customized URDF file on the Isaacgym simulation. (All links are connected properly) But all joints become ‘Nan’ and all links were disappearing if both lines turned on.
gym.simulate(sim)
gym.fetch_results(sim, True) -
If I use ‘xml’ file instead of using ‘urdf’, the quality of mesh files become so bad. I was using the exactly same stl files that I used in the urdf.
Hopefully, your comments would help me to solve these issues.
Thanks!