You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,I run the code osrun collada_urdf urdf_to_collada "$MYROBOT_NAME".urdf "$MYROBOT_NAME".dae,and meet this error: [ WARN] [1574689624.469138015]: failed to load resource ../meshes/ur5/visual/base.obj [ WARN] [1574689624.473480332]: failed to load resource ../meshes/ur5/visual/shoulder.obj [ WARN] [1574689624.477768633]: failed to load resource ../meshes/ur5/visual/upperarm.obj [ WARN] [1574689624.482099850]: failed to load resource ../meshes/ur5/visual/forearm.obj [ WARN] [1574689624.486446641]: failed to load resource ../meshes/ur5/visual/wrist1.obj [ WARN] [1574689624.490742001]: failed to load resource ../meshes/ur5/visual/wrist2.obj [ WARN] [1574689624.495029923]: failed to load resource ../meshes/ur5/visual/wrist3.obj [ WARN] [1574689624.499581247]: failed to load resource ../meshes/ur5/visual/l_gripper_tip_scaled.stl [ WARN] [1574689624.503947608]: failed to load resource ../meshes/ur5/visual/l_gripper_tip_scaled.stl
but those files are exited in this path.
who can tell me how to to deal with it?
The text was updated successfully, but these errors were encountered:
I came across the problem, and I find the problem comes from the path. I use the package://... and it worked. for more information, you could view https://guyuehome.com/12063
hi,I run the code
osrun collada_urdf urdf_to_collada "$MYROBOT_NAME".urdf "$MYROBOT_NAME".dae
,and meet this error:[ WARN] [1574689624.469138015]: failed to load resource ../meshes/ur5/visual/base.obj [ WARN] [1574689624.473480332]: failed to load resource ../meshes/ur5/visual/shoulder.obj [ WARN] [1574689624.477768633]: failed to load resource ../meshes/ur5/visual/upperarm.obj [ WARN] [1574689624.482099850]: failed to load resource ../meshes/ur5/visual/forearm.obj [ WARN] [1574689624.486446641]: failed to load resource ../meshes/ur5/visual/wrist1.obj [ WARN] [1574689624.490742001]: failed to load resource ../meshes/ur5/visual/wrist2.obj [ WARN] [1574689624.495029923]: failed to load resource ../meshes/ur5/visual/wrist3.obj [ WARN] [1574689624.499581247]: failed to load resource ../meshes/ur5/visual/l_gripper_tip_scaled.stl [ WARN] [1574689624.503947608]: failed to load resource ../meshes/ur5/visual/l_gripper_tip_scaled.stl
but those files are exited in this path.
who can tell me how to to deal with it?
The text was updated successfully, but these errors were encountered: