You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am unable to find the xml or urdf files for the assets, for example cube, table etc. I see that the urdf files are located in a path which involves variables such as NUCLEUS_ASSET_ROOT_DIR and NVIDIA_NUCLEUS_DIR but this seems to be on an NVIDIA server -
Is there some place in the code which has a collection of all assets, i.e the xml files or the urdf/'use' or mjcf files?
I see only the following files with .xml, .urdf extensions
Question
Hi, I am unable to find the xml or urdf files for the assets, for example cube, table etc. I see that the urdf files are located in a path which involves variables such as
NUCLEUS_ASSET_ROOT_DIR
andNVIDIA_NUCLEUS_DIR
but this seems to be on an NVIDIA server -IsaacLab/source/extensions/omni.isaac.lab/omni/isaac/lab/utils/assets.py
Line 24 in 4c91535
and the assets seem to be referenced using the above path, as an example in this line -
IsaacLab/source/extensions/omni.isaac.lab_tasks/omni/isaac/lab_tasks/manager_based/manipulation/lift/lift_env_cfg.py
Line 49 in 4c91535
Is there some place in the code which has a collection of all assets, i.e the
xml
files or theurdf
/'use' ormjcf
files?I see only the following files with .xml, .urdf extensions
For example IsaacGymEnvs seems to have a folder of assets https://github.com/isaac-sim/IsaacGymEnvs/tree/main/assets - is there something similar for Isaac-lab?
So, my question is -
Thanks!
The text was updated successfully, but these errors were encountered: