Isaac Sim Version
4.2.0
Operating System
Ubuntu 22.04
GPU Information
Topic Description
I have enabled and auto loaded the zed camera extennsion (“sl.sensor.camera” = { version = “2.0.1” }) and it works perfectly fine when i Use i using GUI , however when i launch it using python i get the error "2025-04-29 12:24:48 [78,977ms] [Error] [omni.ext.plugin] One of dependencies, extension ‘sl.sensor.camera-2.0.1’ is untrusted. Install it manually from the extension manager UI and try again.
" I have tried the solution using carb from a similar issue But I am getting the same error .
I try to enable it using from omni.isaac.core.utils.extensions import enable_extension
enable_extension(“sl.sensor.camera-2.0.1”)
Hi @vignesh14! When you enabled it manually from the extension manager UI, did you check autoload as well?
When you use enable_extension to enable it, do you still get the same error (assuming you have already enabled and autoloaded it in the GUI)?
Have you tried ./isaac-sim.sh --ext-folder {path_to_user_ext_folder} --enable {ext_directory_name}?
No , i get this issue when i to launch Issac sim using /python.sh , when i open ./isaac-sim.sh as it is it is already loaded and works without any issues
@vignesh14 Let me reach out to the internal team about this issue.
you have to add the path to setup_python_env.sh
So the runtime locates the extension, I wanna add functionality to the isaacsim project but there is no information on how they organized the repoman which is used to put together these scripts.
Hi @vignesh14! Do you want to use the import before SimulationApp or after?
If you want to use it before SimulationApp starts, then it has to be in setup_python_env
If you can use it after, then enabling the extension after SimulationApp starts in their script will be enough
Hello!
We noticed that this topic hasn’t received any recent responses, so we are closing it for now to help keep the forum organized.
If you’re still experiencing this issue or have additional questions, please feel free to create a new topic with updated details. When doing so, we recommend mentioning or linking to this original topic in your new post—this helps provide context and makes it easier for others to assist you.
Thank you for being part of the NVIDIA Isaac Sim community.
Best regards,
The NVIDIA Isaac Sim Forum Team