Hi could we please get the ability to query the distance between two bodies in the environment for isaac gym? I see that the PhysX 3.4 that Isaac Gym is currently using has this capability but is not exposed:
I think it’s sending a ray from a point, detecting the distance between objects that intersect the ray, and even querying the information about the objects that the ray intersects.
The overlap functionality given in the link could be useful too (for applications like motion planning, or when resetting actor positions manually). Could this also be exposed in Isaac Gym?