Can't import custom URDF to IsaacGym

Hi everyone,

I’m trying to import a custom robot in IsaacGym with a python script but the robot doesn’t show up (an empty world):

However, before that, I imported it successfully in IsaacSim with the URDF importer:

Thus, maybe there are something wrong with my importing script. But then I import another URDF file — kuka_allegro.urdf provided by isaacgym with the same script and it shows up correctly:

The link below is the zip file which contains my custom model including the meshes and URDF and the importing script:
urdf_import.zip
Here, I want to import ranger_mini_v2_xarm6_allegro.urdf under urdf/ranegr_mini_v2 to IsaacGym.

Any advice to import my custom robot in IsaacGym?