facebookresearch / habitat-sim

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

Google colab installation #2277

Closed farishajdarpasic closed 9 months ago

farishajdarpasic commented 11 months ago

When I want to run colab_install.sh script in Google Colab, I am confused about content of that script, because it is copying some files to /usr/local and trying to create symbolic links, but there is no /usr/local directory in google colab, only directory content that was created while executing colab_install.sh script. Can someone explain me this, and how to overcome the issue?

aclegg3 commented 9 months ago

Note we have stopped supporting colab and converted tutorials to local Jupyter notebooks instead.