You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a URDF model of a Franka Emika https://github.com/frankaemika/franka_ros which renders fine in RViz but has wrong link transformations in the URDF filter renderer:
My best guess is that there are additional transformations stored in the meshes that are ignored in the URDF renderer.
The text was updated successfully, but these errors were encountered:
Collada might not be supported in its entirety. It seems we're loading the assimp scene wrong in RenderableMesh::fromAssimpScene. I think this is the issue: https://gamedev.stackexchange.com/a/102091
Unfortunately, I don't have time to do that. As a workaround, or if the fix in the link does not work here, a simple hack might be to convert the meshes to a different format and include those in the urdf.
I am using a URDF model of a Franka Emika https://github.com/frankaemika/franka_ros which renders fine in RViz but has wrong link transformations in the URDF filter renderer:
My best guess is that there are additional transformations stored in the meshes that are ignored in the URDF renderer.
The text was updated successfully, but these errors were encountered: