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
All my STLs can't be found by VSCode. I checked and it's using package:// so it shouldn't be related to: #623.
The image below should show you my current setup:
My file structure with STLs & DAEs.
The way my URDF is loading, it is using package://, so should be working.
The previewed robot, only primitives are visible (not meshes).
The developer tools shows it fails to load the mesh file because of error 401 "unauthorized".
Repro steps
cd to my workspace
code
Select my URDF
F1 > ROS: Preview URDF
The thing is, in the vscode terminal, my workspace packages feel like it isn't loaded? When I type roslaunch go1_ then press tab, none appears. But I'm kinda sure they're loaded just fine, because if I open the URDF file while having the wrong working directory, it'd complaint that go1_description were not found:
So I'm confused about what did I miss.
expected behavior
All the meshes are loaded and visible
The text was updated successfully, but these errors were encountered:
ArsenicBismuth
changed the title
[bug] URDF Previewer fails to load meshes
[bug] URDF Previewer fails to load meshes, error 401 "Unauthorized"
Feb 17, 2024
(Please add appropriate labels)
what is the bug
All my STLs can't be found by VSCode. I checked and it's using
package://
so it shouldn't be related to: #623.The image below should show you my current setup:
My file structure with STLs & DAEs.
The way my URDF is loading, it is using
package://
, so should be working.The previewed robot, only primitives are visible (not meshes).
The developer tools shows it fails to load the mesh file because of error 401 "unauthorized".
Repro steps
The thing is, in the vscode terminal, my workspace packages feel like it isn't loaded? When I type
roslaunch go1_
then press tab, none appears. But I'm kinda sure they're loaded just fine, because if I open the URDF file while having the wrong working directory, it'd complaint thatgo1_description
were not found:So I'm confused about what did I miss.
expected behavior
All the meshes are loaded and visible
The text was updated successfully, but these errors were encountered: