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 Preview does not handle file:// correctly #1111

Open
ooeygui opened this issue Aug 30, 2023 · 0 comments
Open

[bug] URDF Preview does not handle file:// correctly #1111

ooeygui opened this issue Aug 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ooeygui
Copy link
Member

ooeygui commented Aug 30, 2023

If a URDF file uses something like:

<visual>
   <geometry filename="file://${find package}/mesh/foo.stl" />
</visual>

instead of package://package syntax, the URDF visualizer won't find the resource. The URDF Previewer needs to detect this case as well.

This was observed in https://github.com/andreasBihlmaier/champ/blob/ros2-modern-gz/champ_description/urdf/champ.urdf.xacro.

@ooeygui ooeygui added the bug Something isn't working label Aug 30, 2023
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