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

model:// uri #6

Open
sihengt opened this issue Nov 26, 2020 · 0 comments
Open

model:// uri #6

sihengt opened this issue Nov 26, 2020 · 0 comments

Comments

@sihengt
Copy link

sihengt commented Nov 26, 2020

Hi,

In the .urdf files for the VLP16, I see you've used the package:// URI which defaults to model://.

In ROS 1, we could configure the URI through the tag within package.xml. However, in ROS 2 this functionality seems to be missing (leading to a host of "File or path does not exist" errors for the meshes after a long timeout searching through Gazebo's model repository.

Would it be more "general" if the package:// URI be swapped with file://, and paths be manually configured?

Thank you!

[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_scan.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_scan.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_scan.dae]
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_2.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_2.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_2.dae]
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_1.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_1.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_1.dae]
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_scan.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_scan.dae]
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_1.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_1.dae]
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_2.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_2.dae]
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_scan.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_scan.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_scan.dae]
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_1.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_1.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_1.dae]
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_2.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_2.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_2.dae]
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_scan.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_scan.dae]
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_1.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_1.dae]
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_2.dae]
[Err] [Visual.cc:2953] No mesh specified
[Wrn] [SystemPaths.cc:459] File or path does not exist [""] [model://velodyne_description/meshes/VLP16_base_2.dae]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant