raisimTech / raisimLib

Visit www.raisim.com
http://www.raisim.com
Other
341 stars 91 forks source link

Wrong depth image when aspect ratio is larger than 1 #608

Closed gmmyung closed 1 week ago

gmmyung commented 2 weeks ago

Minimal Example: https://github.com/gmmyung/raisimExample/tree/zeros The depth image output is nominal when the sensor resolution is 64x64, but the depth image output is masked by zeros when the sensor resolution is 64x36 in some condition.

x Resolution: 64x64

x_bad Resolution: 64x36 (the bottom half is masked by zeros)

gmmyung commented 1 week ago

Fixed by #609