-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
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 and NVIDIA_NUCLEUS_DIR but this seems to be on an NVIDIA server -
| NUCLEUS_ASSET_ROOT_DIR = carb.settings.get_settings().get("/persistent/isaac/asset_root/cloud") |
and the assets seem to be referenced using the above path, as an example in this line -
Line 49 in 4c91535
| spawn=UsdFileCfg(usd_path=f"{ISAAC_NUCLEUS_DIR}/Props/Mounts/SeattleLabTable/table_instanceable.usd"), |
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

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 -
- How do I get a copy of the assets locally, that is, on my local machine?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels