facebookresearch / habitat-sim

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

--Expose Attributes save functionality to python; cleanup/improve attribute registration. #2345

Closed jturner65 closed 5 months ago

jturner65 commented 6 months ago

Motivation and Context

This PR exposes the attributes save-to-disk functionality via python; It expands the possible saving capabilities so that both directories and filenames can be independently specified. It also addresses some longstanding inefficiencies and potential issues with attribute registration

How Has This Been Tested

All C++ and python tests pass locally

Types of changes

Checklist