-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
- OS Version: dockerized environment
- Source or binary build? Binary build from c00d8c7
Description
- Expected behavior: the readme should just work and let the sim start flawlessly
- Actual behavior: I faced the following issues:
- In the console I can see the following errors:
$ ros2 launch andino_isaac andino_isaac.launch.py
[...]
[python.sh-3] 2024-07-01 12:04:49 [10,133ms] [Error] [rtx.neuraylib.plugin] Cannot find `Documents/Kit/shared` directory.
[python.sh-3] 2024-07-01 12:04:50 [11,742ms] [Error] [asyncio] Task exception was never retrieved
[python.sh-3] future: <Task finished name='Task-174' coro=<MaterialLibraryExtension.preload_base_material_subids() done, defined at /isaac-sim/kit/exts/omni.kit.material.library/omni/kit/material/library/material_library.py:479> exception=FileNotFoundError(2, 'No such file or directory')>
[python.sh-3] Traceback (most recent call last):
[python.sh-3] File "/isaac-sim/kit/exts/omni.kit.material.library/omni/kit/material/library/material_library.py", line 537, in preload_base_material_subids
[python.sh-3] on_complete_fn()
[python.sh-3] File "/isaac-sim/kit/exts/omni.kit.material.library/omni/kit/material/library/material_library.py", line 406, in cache_built
[python.sh-3] with open(self._cache_filename, 'w') as file:
[python.sh-3] FileNotFoundError: [Errno 2] No such file or directory: '/isaac-sim/kit/cache/Kit/105.1/b82c1e1e/material_cache.json'Steps to reproduce
- Follow the readme.
Extra information
Using Ubuntu 22.04 as host OS.
NVidia driver 535.183.01
RTX 4090
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

