Skip to content

Best practice on how to import custom .xarco.urdf #72

Answered by defunctzombie
tombanfi asked this question in Q&A
Discussion options

You must be logged in to vote

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:

<mesh filename="../meshes/ur5e/visual/base.dae"/>

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 the ROS_PACKAGE_PATH setting in Studio accordingly:

https://foxglove.dev/docs/app-concepts/preferences

Replies: 0 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by tombanfi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Need support
2 participants