Open JayeFu opened 1 year ago
The command used to install Habitat-Sim
is
$ git clone --branch stable https://github.com/facebookresearch/habitat-sim.git
$ cd habitat-sim
$ pip install -r requirements.txt; python setup.py install --headless --bullet --with-cuda --build-datatool
Thanks for identifying a workaround @JayeFu :+1: Please feel free to submit a PR with the fix and we can review or discuss alternatives there. Admittedly this part of the code is not CI tested and rarely run, so we rely on reports and fixes from users to keep it maintained.
Habitat-Sim version
v0.2.3
🐛 Bug
Under the root directory of
habitat-sim
, I run./build/utils/datatool/Datatool create_navmesh ./abandoned.glb ./abandoned.navmesh
, the error shown is thatSteps to Reproduce
Steps to reproduce the behavior:
The
abandoned.glb
is upload in the attachment (abandoned.zip) and is publicly available here [Sketchfab]Expected behavior
It creates a
navmesh
file without reporting the error.System Info
The script is run in a docker container.