When I import a robot from a custom urdf file using the URDF importer, with the “create instanceable assed” option enabled, the Lula Robot Description Editor gives the following error as soon as I choose the articulation from the list, and it does not work:
[Error] [omni.ui.python] IndexError: list index out of range
At:
/isaac-sim/exts/omni.isaac.robot_description_editor/omni/isaac/robot_description_editor/extension.py(273): _on_select_sphere_gen_link
/isaac-sim/exts/omni.isaac.robot_description_editor/omni/isaac/robot_description_editor/extension.py(319): _refresh_sphere_gen_link_combobox
/isaac-sim/exts/omni.isaac.robot_description_editor/omni/isaac/robot_description_editor/extension.py(220): _on_selection
/isaac-sim/exts/omni.isaac.robot_description_editor/omni/isaac/robot_description_editor/extension.py(246): _on_combobox_selection
/isaac-sim/exts/omni.isaac.ui/omni/isaac/ui/widgets.py(31):
The same error does not happen if the “create instanceable assed” option is disabled. In both cased, the articulation inspector works.
Is this a bug, or is there something wrong with my robot asset?
Thank you in advance.
Note: same error also happens with the built-in instanceable Franka asset