gz-mujoco icon indicating copy to clipboard operation
gz-mujoco copied to clipboard

Gazebo and Mujoco have incompatible texture mapping for primitive shapes

Open azeey opened this issue 2 years ago • 0 comments

The difference in texture mapping between Gazebo and Mujoco is best demonstrated with images:

image

Mujoco with //texture/@type="2d" image

Mujoco with //texture/@type="cube" and //material/texuniform="true" image

Mujoco with //texture/@type="cube" and //material/texuniform="false" image

from this, we can see that the combination //texture/@type="cube" and //material/texuniform="false" is the closest to Gazebo, but it still very different.

SDFormat file and texture: shapes.sdf albedo.png

azeey avatar May 31 '22 20:05 azeey