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

--[Bugfix] - Scene Reset Redundancy #2470

Closed jturner65 closed 3 weeks ago

jturner65 commented 3 weeks ago

Motivation and Context

This PR makes sure that rigid and articulated objects in a newly-created scene are not redundantly re-positioned during the post-reconfigure reset() call, since they have already been placed at the appropriate location.

How Has This Been Tested

Locally c++ and python tests pass

Types of changes

Checklist