I'm testing LinkForge but I can't import meshes #57
-
|
I'm using these set of files to import the urdf description but seems like the meshes are not being imported at all.
Maybe my filename tag for visual > geometry > mesh filename is wrong?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi @hxgndevbyday ! Thanks for trying out LinkForge. The issue you're experiencing is related to how Your URDF uses <mesh filename="package://fairino_description/meshes/fairino10_v6/upperarm_link.STL" />LinkForge needs to resolve package://fairino_description to an actual filesystem path to find the .STL files. SolutionOption 1: Set ROS Package Path (Recommended)
Option 2: Manual Package Path <mesh filename="meshes/fairino10_v6/upperarm_link.STL" />After setting up the package path, try importing again. You should see the meshes appear in the viewport. Check the Blender System Console (Window > Toggle System Console) for any error messages about missing files. Let me know if this helps! |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the update! Glad to hear the robot imported successfully. You're absolutely right, LinkForge currently supports these mesh formats for import/export:
As for Thanks again! |
Beta Was this translation helpful? Give feedback.



Hey, thanks for your answer! I was able to import the robot
However I noticed that meshes don't get imported if I set the mesh to be usdz. I will keep on testing what I can do with Link Forge, thanks again.