OmniGibson icon indicating copy to clipboard operation
OmniGibson copied to clipboard

OmniGibson: a platform for accelerating Embodied AI research built upon NVIDIA's Omniverse engine. Join our Discord for support: https://discord.gg/bccR5vGFEx

Results 100 OmniGibson issues
Sort by recently updated
recently updated
newest added

Inspiration from [robosuite documentation](https://robosuite.ai/docs/overview.html), [orbit documentation](https://isaac-orbit.github.io/orbit/), and [isaac sim documentation]() ### Sections #### Introduction Brief introduction to OG -- basically: should answer (1) Why OG? and (2) How can I...

Once `set_simulation_dt` is called on `og.sim`, vision sensor would break. Our current guess is that when changing the rendering dt, something wrong happens with the render product.

bug

Thanks for making a new release of this work! I tried running the code but had a few issues. The first is here, upon running the scene tour demo and...

bug

Example from external user: ``` import os import yaml import omnigibson as og from omnigibson.macros import gm gm.USE_GPU_DYNAMICS = True from omnigibson.object_states import * from omnigibson.systems import get_system # Load...

bug

1. Add a scene= argument to prim/object load, and make the object's scene accessible through self.scene. (you might also need to add this into prim/object `__init__` for scene objects) 2....