Mikaël Dallaire Côté

Results 15 issues of Mikaël Dallaire Côté

## Motivation and Context This changeset adds light serialization to the gfx-replay format. Lights are serialized incrementally - they are only written to the json file when lighting changes occur....

CLA Signed

## Motivation and Context This removes the `RTLD_GLOBAL` flag from python apps, which is no longer required since [this magnum update](https://github.com/facebookresearch/habitat-sim/pull/2309). The flag is also set in `habitat-sim`'s `__init__.py` to...

CLA Signed

## Motivation and Context This uses the `gfx_replay_manager` API introduced [here](https://github.com/facebookresearch/habitat-sim/pull/2319) to limit the amount of floating point decimals used in HITL JSON serialization. ## How Has This Been Tested...

CLA Signed

## Motivation and Context This adds humanoids to the Unity dataset processing script. `GltfSceneConverter` doesn't support skinning. Therefore, they are directly copied to the output. A "copy" job type was...

CLA Signed

## Motivation and Context This adds a page that aims to centralize the most common issues and troubleshooting tips. More issues will be added gradually. When this is merged, links...

CLA Signed

## Motivation and Context This changeset introduces multiplayer HITL support. https://github.com/facebookresearch/habitat-lab/assets/110583667/035151ec-224f-43ec-847c-4c85d0c7034c ## How It Works Multiplayer is activated using a new `max_client_count` config value (up to 32). ``` habitat_hitl.networking.enable=True habitat_hitl.networking.max_client_count=2...

CLA Signed

## Motivation and Context Motivations: * We need to support articulated scenes in Unity. * HSSD is massive. In WebGL, we only want to download assets we need, not include...

CLA Signed

## Motivation and Context `habitat-sim` requires `numpy` to be constrained as such: `numpy>=1.20.0,

CLA Signed

## Motivation and Context This changeset adds a modal dialog box for ending the episode. It allows users to either: * Signal the episode as successfully completed. * Report a...

CLA Signed

## Motivation and Context This changeset adds stubs to python bindings to provide typing information. Stub generation depends on `pybind11-stubgen`. https://github.com/facebookresearch/habitat-sim/assets/110583667/86593700-7896-4dc5-9ca7-a6d077beaad9 **How to test:** * `pip install pybind11-stubgen`. * Build...

CLA Signed