Hi I’m trying to import a URDF file (from here) using a python script using the following lines of code:
from omni.isaac.urdf.scripts.samples.common import import_robot from omni.isaac.urdf import _urdf urdf_interface = _urdf.acquire_urdf_interface() import_config = _urdf.ImportConfig() path = './allegro_hand_ros/allegro_hand_description/allegro_hand_description_right.urdf' import_robot(urdf_interface, path, import_config, relative=True)
But I’m getting the following error… how do I go about debugging this? And is what I am trying to do possible?
path = urdf_interface.import_robot(root_path, filename, imported_robot, import_config)
IndexError: map::at
Exiting OmniKitHelper