-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Path to hands of Eve R3 URDF not found #43
Comments
Here is the list of meshes tried out by
The one if doesn't and should try is ``halodi-robot-models/qb_hand_description/...`. |
This issue boils down to the following: when we do recursive traversal via _create_filename_handlers_to_urdf_file_recursive(urdf_fname=dir) all file handlers ultimately call In this instance, the URDF would load successfully if we also tried dropping |
The path to the hand meshes of the Eve R3 URDF (one of those shown in the README) is not found:
The directory
qb_hand_description
is actually in the halodi-robot-models repository, so I'm not sure whyyourdfpy
doesn't find it.Illustration
Mesh not loaded properly (this issue):
Mesh loaded properly (how it should be):
Further observations
yourdfpy eve_r3_description/urdf/eve_r3.urdf
from the root of halodi-robot-modelsyourdfpy halodi-robot-models/eve_r3_description/urdf/eve_r3.urdf
from a directory containing halodi-robot-modelsThe text was updated successfully, but these errors were encountered: