Skip to content
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

[bug] URDF Previewer fails to load meshes, error 401 "Unauthorized" #1277

Open
5 tasks done
ArsenicBismuth opened this issue Feb 17, 2024 · 0 comments
Open
5 tasks done
Labels
bug Something isn't working

Comments

@ArsenicBismuth
Copy link

ArsenicBismuth commented Feb 17, 2024

(Please add appropriate labels)

  • Windows: 10
  • Linux: 20.04 through WSL2
  • ROS 1: Noetic
  • Plugin: v0.9.6 pre-release
  • VSCode: v1.86.2

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:

  1. My file structure with STLs & DAEs.

  2. The way my URDF is loading, it is using package://, so should be working.

  3. The previewed robot, only primitives are visible (not meshes).
    image

  4. The developer tools shows it fails to load the mesh file because of error 401 "unauthorized".
    image

Repro steps

  1. cd to my workspace
  2. code
  3. Select my URDF
  4. 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:

image

So I'm confused about what did I miss.

expected behavior

All the meshes are loaded and visible

@ArsenicBismuth ArsenicBismuth added the bug Something isn't working label Feb 17, 2024
@ArsenicBismuth ArsenicBismuth changed the title [bug] URDF Previewer fails to load meshes [bug] URDF Previewer fails to load meshes, error 401 "Unauthorized" Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant