facebookresearch / habitat-sim

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

--Provide an object's origin location in the world, uncorrected by any possible COM displacement. #2385

Closed jturner65 closed 6 months ago

jturner65 commented 6 months ago

Motivation and Context

This provides a python binding to an object's location in the world, uncorrected by any possible COM correction that would otherwise be necessary if, for example, an object's origin is specified to be some location other than the COM of the bbox.

How Has This Been Tested

Local c++ and python tests pass

Types of changes

Checklist