bullet3 icon indicating copy to clipboard operation
bullet3 copied to clipboard

Rendered Depth Image in Pybullet

Open ZisongXu opened this issue 4 months ago • 0 comments

I check the rendered depth image in pybullet, this depth image should be generated based on Orthographic Projection Matrix, I do the following experiment:

I place the camera horizontally and then place the target object 5cm in front of the camera and get the rendered depth image;

Then I print the data of the depth image and found that all the pixel points are 0.05, so I conclude that the depth image is generated based on Orthographic Projection Matrix. I want to know if there is a way in pybullet to turn Orthographic Projection Matrix into Perspective Projection Matrix.

ZisongXu avatar Feb 21 '24 22:02 ZisongXu