-
Traceback (most recent call last): The error message is as above. I've reinstalled it but it still doesn't work. This happened after I accidentally opened two scripts and interrupted one of them. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Running multiple scripts or interrupting one can cause state corruption, since you already reinstalled it, try Recreating the Conda Environment: and try:
|
Beta Was this translation helpful? Give feedback.
The main error appears to be that Isaac Sim cannot access the default ground plane asset,
Could not open asset @http://omniverse-content-production.s3-us-west-2.amazonaws.com/Assets/Isaac/4.2/Isaac/Environments/Grid/default_environment.usd@
The cache server is not configured:
Unable to detect Omniverse Cache Server. File /home/chenwenhao/.nvidia-omniverse/config/omniverse.toml is not found
maybe you need to create a local ground plane instead of using the default one or use a local USD file for the ground plane
and create the omniverse configuration
mkdir -p ~/.nvidia-omniverse/config touch ~/.nvidia-omniverse/config/omniverse.toml