-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
The path to the hand meshes of the Eve R3 URDF (one of those shown in the README) is not found:
yourdfpy /path/to/halodi-robot-models/eve_r3_description/urdf/eve_r3.urdf
...
Unable to resolve filename: package://qb_hand_description/meshes/ph_distal.obj
Can't find package://qb_hand_description/meshes/ph_distal.objThe directory qb_hand_description is actually in the halodi-robot-models repository, so I'm not sure why yourdfpy doesn't find it.
Illustration
Mesh not loaded properly (this issue):
Mesh loaded properly (how it should be):
Further observations
- Meshes load successfully when running
yourdfpy eve_r3_description/urdf/eve_r3.urdffrom the root of halodi-robot-models - Meshes don't load when running
yourdfpy halodi-robot-models/eve_r3_description/urdf/eve_r3.urdffrom a directory containing halodi-robot-models - The directory structure of halodi-robot-models is:
halodi-robot-models
├── eve_r3_description
│ ├── meshes
│ └── urdf
├── gradle-production.properties
├── gradle.properties
├── gradle-release.properties
├── halodi-robot-models-unity-support
├── qb_hand_description
│ ├── meshes
├── robotiq_2f_85_gripper_visualization
└── robotiq_hand-e
Metadata
Metadata
Assignees
Labels
No labels

