EftePA
EftePA
I also have the same problem: ``` AttributesManagerBase.h(398)::buildAttrSrcPathsFromJSONAndLoad : : No Glob path result found for `data/hab_fetch_1.0/robots/fetch_no_base.urdf` so unable to load templates from that path. SceneDatasetAttributesManager.cpp(124)::loadAndValidateMap : `navmesh_instances` Value :...
Try this [comment](https://github.com/facebookresearch/habitat-lab/issues/1538#issuecomment-1902985545), it solved my problem, my system info: `ubuntu:22.04`, `python: 3.9`, `habitat-sim/ab/baselines: 0.3.1` (installed via conda).
Thanks @liuls2002! Your suggestion worked for me!
This [suggestion](https://github.com/facebookresearch/habitat-lab/issues/1538#issuecomment-1902985545) solved the error for me, info: ubuntu 22.04, python 3.9. habitat-sim/lab/baselines: 0.3.1. Installed via conda.
I had not restarted my system after installing CUDA Toolkit. Today, by accident, I restarted, and now `example.py` inside `habitat-sim` is working (but not the `example.py` in `habitat-api`)! These are...
@xavierpuigf sorry for the long pause. Now I'm back on this work and when I run the [articulated_agents_tutorial.ipynb](https://github.com/facebookresearch/habitat-lab/blob/main/examples/tutorials/articulated_agents_tutorial.ipynb), I get the error: ``` 2(9) : warning C7547: extension GL_NV_geometry_shader_passthrough not...