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

--Bugfix : Expand absolute-to-relative filepath mapping rigor #2400

Closed jturner65 closed 1 month ago

jturner65 commented 1 month ago

Motivation and Context

This PR addresses some edge case situations that might arise when absolute filepaths are made relative to other paths.

It also substantially expands the tests of this functionality.

How Has This Been Tested

Locally c++ and python tests pass

Types of changes

Checklist