facebookresearch / habitat-sim

A flexible, high-performance 3D simulator for Embodied AI research.
https://aihabitat.org/
MIT License
2.55k stars 415 forks source link

Make SceneGraph tear-down robust to python garbage collection #353

Open msbaines opened 4 years ago

msbaines commented 4 years ago

🐛 Bug

See PR #349 for details.

aclegg3 commented 2 years ago

@mosra any thoughts on this old issue? Still relevant or can we close?

mosra commented 2 years ago

It'll most probably get fixed by removing all SceneGraph usage altogether :smile: In other words, I don't plan to invest any further time into the SceneGraph given that we want to replace it anyway.