RobotLocomotion / models

Shareable model files (urdf/sdf + meshes, etc) for our robotics projects
25 stars 23 forks source link

Discrepancy in relative pose between visual and collision meshes between drake and non-drake tools #68

Open siddancha opened 2 weeks ago

siddancha commented 2 weeks ago

I'm looking at the 010_potted_meat_can_textured model, where I converted the SDF into a URDF.

Files for reproduction

Problem

jwnimmer-tri commented 2 weeks ago

One suggestion: make sure the other tools know that glTF meshes use a y-up coordinate system, whereas OBJ meshes are typically understood to be z-up.

siddancha commented 2 weeks ago

Thanks! That might be the issue.