Skip to content

how to set the asset_root(default or nvidia) to a local path in isaacSim 4.0.0? #534

Answered by pxlong
xibeisiber asked this question in Q&A
Discussion options

You must be logged in to vote

@SYMEngrave @xibeisiber @caozx1110
Hi, I figure out a solution for this issue:

  1. download all assets packs to your local computer: https://docs.omniverse.nvidia.com/isaacsim/latest/installation/install_faq.html#assets-pack
  2. change the NUCLEUS_ASSET_ROOT_DIR in IsaacLab/source/extensions/omni.isaac.lab/omni/isaac/lab/utils/assets.py to the_path_to_your_assets_packs, then IsaacLab will use your local assets instead of the assets from AWS:
    NUCLEUS_ASSET_ROOT_DIR = "/home/xxx/App/isaac/isaac-sim-assets-1-4.0.0/Assets/Isaac/4.0"

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@caozx1110
Comment options

Comment options

You must be logged in to vote
2 replies
@xibeisiber
Comment options

@pxlong
Comment options

Answer selected by xibeisiber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #521 on June 18, 2024 14:58.