Best practice on how to import custom .xarco.urdf #72
-
Hi there, Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
The error is not very helpful: I looked into this for this file and the reason for the failed to load error is due to the meshes used within the urdf file:
Studio tries to open those but it cannot find them since they use relative paths. For ROS systems, you can use the |
Beta Was this translation helpful? Give feedback.
The error is not very helpful:
I looked into this for this file and the reason for the failed to load error is due to the meshes used within the urdf file:
Studio tries to open those but it cannot find them since they use relative paths.
For ROS systems, you can use the
package://
prefix and reference the meshes from specific packages. You'll want to set theROS_PACKAGE_PATH
setting in Studio accordingly:https://foxglove.dev/docs/app-concepts/preferences