openai / mujoco-py

MuJoCo is a physics engine for detailed, efficient rigid body simulations with contacts. mujoco-py allows using MuJoCo from Python 3.
Other
2.83k stars 810 forks source link

Unexpected file size in image file #688

Closed modpy44 closed 2 years ago

modpy44 commented 2 years ago

I am trying to add a png image as texture, I got this error when simulating the model: Error: unexpected file size in file '/textures/logo.jpg' Any ideas ?

modpy44 commented 2 years ago

Cube texture images faces must be all square and with the same size

cidxb commented 5 months ago

Cube texture images faces must be all square and with the same size

Hi, i run into the same problem too, how I could fix this problem?