-
Notifications
You must be signed in to change notification settings - Fork 100
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
ValueError: string is not a file: #18
Comments
It means the directory of models provided in the .urdf doesn't exist. Check the directory of your mesh files. |
i have the same error. |
You could either modify the directory in your .urdf file or change the directory of your robot models. |
@RitchieQi this issue seems to arise from using the As a side note, see PR #2 for an implemented fix. |
im trying to load in a urdf file into some simple code which is
from urdfpy import URDF robot= URDF.load("C:/Users/(put computer name here)/Desktop/python code/v2 robot arm - Copy/urdf/v2 robot arm - Copy.urdf")
but when i run it i get this error
ValueError: string is not a file: C:/Users/(put computer name here)/Desktop/python code/v2 robot arm - Copy/urdf\package://v2 robot arm - Copy/meshes/base_link.STL
how do i fix this?
The text was updated successfully, but these errors were encountered: