facebookresearch / habitat-sim

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

Add stubs to python bindings to provide typing information. #2415

Open 0mdc opened 1 week ago

0mdc commented 1 week ago

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:

WIP:

How Has This Been Tested

Tested by importing habitat_sim in an external Python file.

Types of changes

Checklist