StanfordVL / OmniGibson

OmniGibson: a platform for accelerating Embodied AI research built upon NVIDIA's Omniverse engine. Join our Discord for support: https://discord.gg/bccR5vGFEx
https://behavior.stanford.edu/omnigibson/
MIT License
381 stars 42 forks source link

Avoid circular reference between scene and object #754

Open hang-yin opened 1 week ago

hang-yin commented 1 week ago

Check this: https://github.com/StanfordVL/OmniGibson/pull/699/files#r1645068853

One middle ground - objects keep the scene idx instead of the actual scene object

ChengshuLi commented 3 days ago

Note: systems now also have a reference to scene: https://github.com/StanfordVL/OmniGibson/pull/781