When running samples from the standalone_examples via ./python.sh they might not exit/shutdown cleanly:
[Warning] [carb.tasking.plugin] Leaking 1 carb::tasking::Counter instances!
Shutting Down Complete
./python.sh: line 27: 8164 Segmentation fault (core dumped) $python_exe $@
There was an error running python
The standalone python samples cannot run headless by default.
You will need to modify the example to set "headless": False
to True
and then see Python Environment — Omniverse Robotics documentation standalone_examples/api/omni.isaac.kit/livestream.py
on how to enable the livestream client for a standalone python sample
I also have the same issue, I can not even load the robot from the app itself!
I did change the
“Headless”: True
still encountering the same error in CLI!
why is this example still not loading even in the application?
Hi, I actually still cannot load the example through the code, I should only import it from examples in the toolbar, in this way, it is not tracking my curser as it should be.