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

--Convenience functions for accessing markers in local and world space #2389

Closed jturner65 closed 2 months ago

jturner65 commented 2 months ago

Motivation and Context

This PR adds a few convenience functions and bindings to provide quick access to the nested dictionary structure of marker points in both object local and world space.

How Has This Been Tested

Locally c++ and python tests pass

Types of changes

Checklist