-
Notifications
You must be signed in to change notification settings - Fork 21
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
Can't add Mesh to Swift in v1.1.0 #47
Comments
I have the same issue when trying to load URDF files to add a robot to the environment. I also get 404 errors for every .stl and .dae file the robot uses. The GET requests seem to fail, even if i use the shipped Franka model. I can supply furhter information if needed. The error already arises when i try: import roboticstoolbox as rp |
Possibly related to this comment here? f6c8cde#r116060265 |
Hello,
today updated Swift to v1.1.0. When trying to add a Mesh(filename=) to my environment, I always get
I've already tried to set to absolute path, relative path, another mesh type... but always same error
The text was updated successfully, but these errors were encountered: