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

Support resolving package:// URIs without ROS installed? #15

Open
traversaro opened this issue Nov 9, 2024 · 0 comments
Open

Support resolving package:// URIs without ROS installed? #15

traversaro opened this issue Nov 9, 2024 · 0 comments

Comments

@traversaro
Copy link

traversaro commented Nov 9, 2024

From https://github.com/rerun-io/rerun-loader-python-example-urdf/blob/main/rerun_loader_urdf.py#L202 it seems that a URDF with package:// URIs will fail. However, the only thing that is needed to actually solve package:// URIs is to know which directories contain the package data (and this directories are typically some variants of <install_prefix>/share or similar. So, it is quite common for library that supports URDFs to be able to load URDFs with package:// with ROS, mainly with two possible strategies (more details and links in robotology/idyntree#291):

Would you be open to a PR adding this functionalities of loading package:// URIs without the need of having ROS installed? Thanks in advance!

Just as an example, this would permit to be able to use models installed by non-ROS packages such as https://github.com/robotology/icub-models or https://github.com/robot-descriptions/robot_descriptions.py .

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