how to set the asset_root(default or nvidia) to a local path in isaacSim 4.0.0? #534
-
Hi, I installed Isaac Sim using the PIP method following instruction in https://isaac-sim.github.io/IsaacLab/source/setup/installation/pip_installation.html#installing-isaac-sim. When trying to run the example "./isaaclab.sh -p source/standalone/demos/arms.py", the error always occurs:
Therefore I download the isaac-sim-assets-4.0.0(1-4) and merge into one local folder and intend to let Isaac sim find USD files from this local folder instead of "http://omniverse-content-production.s3-us-west-2.amazonaws.com". I modified in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I installed the lab using the binaries way, but I encountered the same issue when running arms.py. This is very frustrating, and I am currently at a loss. |
Beta Was this translation helpful? Give feedback.
-
@SYMEngrave @xibeisiber @caozx1110
|
Beta Was this translation helpful? Give feedback.
@SYMEngrave @xibeisiber @caozx1110
Hi, I figure out a solution for this issue:
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"