Hi,
The Isaac Sim Tutorial
is very well-made beautiful document as I know.
I report a trivial error and problem here for it.
When I follow the tutorial ’ 2.4.1. Running Your First Standalone Application ’, the following problem happens.
Error in Tutorial
The folder isaac_sim-2021.2.1
is not located in the path written on the tutorial below:
navigate to the package path and run the follow_target.py script
cd ~/.local/share/ov/pkg/isaac_sim-2021.2.1 ./python.sh standalone_examples/api/omni.isaac.franka/follow_target.py
but it is located at /isaac-sim/
. So the tutorial is needed to be corrected.
Problem
When the last line above is executed well, the red text error are displayed as below:
The console output is here:
tutorial error.txt (11.4 KB)
Is there some solution for this problem?
Thanks!
Added
While I am searching similar posts with the error of my problem:
[Fatal] [carb.crashreporter-breakpad.plugin] libcarb.events.plugin.so!carbOnPluginStartup
following posts seems to be related to it:
When I try install isaac sim:
Error occurred during installation of Isaac Sim: Command failed: "/home/dmitriy/.local/share/ov/pkg/isaac_sim-2021.2.1/omni.isaac.sim.post.install.sh"
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0
2022-04-15 15:50:14 [27,200ms] [Error] [gpu.foundation.plugin] No device could be created. Some known system issues:
- The driver is not installed properly and requires a clean re-install.
- Your GPUs do not support Ra…
安装 Isaac Sim 时出错:Command failed: “/data/omniverse_pkg/isaac_sim-2021.2.1/omni.isaac.sim.post.install.sh”
2022-04-16 09:46:42 [5,003ms] [Fatal] [carb.crashreporter-breakpad.plugin] libcarb.events.plugin.so!carbOnPluginStartup
2022-04-16 09:46:42 [5,004ms] [Fatal] [carb.crashreporter-breakpad.plugin] libcarb.tasking.plugin.so!std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (carb::tasking::Scheduler::)(unsigned int, int, carb::cpp20::latch), carb::tasking::Scheduler*, unsigned int,…
Hello, I faced the same problem and then got the standalone application to work by first launching Omniverse, go to the Nucleus tab and launch the Local Nucleus Service (right click on the icon with the bell → update). After logging in, try running the python example again and it should boot up no problem. Hope this helps!
1 Like
@Ossama_Ahmed , can you please look into this?
I’m not Ossama, but would like to inform you missed some link in your answer.
2022년 6월 17일 (금) 오전 1:59, Rthaker via NVIDIA Developer Forums <notifications@nvidia.discoursemail.com >님이 작성:
@Jong-on-the-earth Did you try the instructions from @tengfoong.lam ?