Replies: 3 comments 1 reply
-
I meet the same problem too, looking forward for the solving method. |
Beta Was this translation helpful? Give feedback.
-
Hi @Walkism , thanks for reporting this! Just to clarify, this happens randomly when you run any example scripts? |
Beta Was this translation helpful? Give feedback.
-
Wow sorry, I think I might have found what actually happened😂. These "crash" behaviors are the result of the simulation ending naturally. The sim loop is too short (max_iterations=10), which makes the simulation end feel a bit abrupt. Together with the Python error stack, the fearsome "segmentation fault", and a flood of warnings from Isaac Sim, it all makes the natural termination look like a "crash". |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Official example crashes after error
AttributeError: 'NoneType' object has no attribute 'GetCamera'
andRuntimeError: "/World/viewer_camera" is not a valid Usd.Prim or UsdGeom.Camera
.To Reproduce
I followed installation guidance strictly. In local installation as well as the official container, simply run an example such as
python -m omnigibson.examples.scenes.scene_selector
(choose scene model [1] and then [2] for Full Load)
or
python -m omnigibson.examples.environments.behavior_env_demo
(choose [2] for Full Load)
After running the command, needless to do anything, the program crashes with the following errors (in random time, usually after several seconds):
Screenshots
Desktop (please complete the following information):
Additional context
I saw a similiar issue which is replied to safely "ignore" the error. However I find it hard to ignore these errors with naive annotation. Could anyone kindly help with these errors? Thanks so much in advance!
Beta Was this translation helpful? Give feedback.
All reactions