habitat-sim
habitat-sim copied to clipboard
A flexible, high-performance 3D simulator for Embodied AI research.
## ❓ Questions and Help Hello all; I was getting following error while running : **python setup.py install --headless** -- Could NOT find EGL (missing: EGL_INCLUDE_DIR) CMake Error at deps/magnum/src/Magnum/Platform/CMakeLists.txt:796...
## ❓ Questions and Help Hello. I found the is the one I should follow. Then I create a tiny version of the tutorial by copying some parts of the...
## ❓ Questions and Help For my project, I need to be able to extract normal vectors of surfaces the agent collides with. I found the HitRecord class and associated...
## 🚀 Feature Add another pre-commit hook to format our JSONs in data/test_assets ## Motivation We should standardize the style of our test asset jsons with a pre-commit hook like...
## Motivation and Context It can be useful to define custom debug drawing methods with a derived Simulator class (e.g. in Habitat-lab). This PR adds a hook to a `debug_draw()`...
## Habitat-Sim version Main branch. ## 🐛 Bug * On Ubuntu 18.04, with `python3.6.9` as the system python version. * I'm using [python-poetry](https://python-poetry.org/) to manage my python project, and habitat-sim...
## Habitat-Sim version v0.1.5 ## ❓ Questions and Help I'm trying to access the room annotations from Gibson tiny semantics. However, the region annotations are empty. I created the Gibson...
## Motivation and Context * This upgrades our type annotation to modern Python syntax. It's a lot more succinct and removes a lot of typing imports which may potentially allow...
## 🚀 Feature Allow new materials to be programatically created, and loaded materials to be progamatically manipulated. ## Motivation Now that we have phong shading, manipulating materials programatically would allow...
## Motivation and Context We have implemented the ability to directly access mesh data as discussed in issue #1081. This required adding methods to the ResourceManager class and the Simulator...