Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Importing URDF with Ros mesh filename #3224

Closed
Alexandre-Bonneau opened this issue Jan 12, 2021 · 0 comments
Closed

Importing URDF with Ros mesh filename #3224

Alexandre-Bonneau opened this issue Jan 12, 2021 · 0 comments

Comments

@Alexandre-Bonneau
Copy link

Hi,
I am unable to load an urdf with pybullet, and such urdf have a link using ros path :eg "package://packageName/path/to/the/obj".

for exemple, I try to load some part of the pr2_description package in an urdf :

      <geometry>
        <mesh filename="package://pr2_description/meshes/base_v0/base.dae"/>
      </geometry>

Then this urdf cannot be read :
b3Printf: /home/abonneau/catkin_ws/src/uwds3/models/cad_models/urdf/pr2.urdf:80: cannot find 'pr2_description/meshes/base_v0/base.dae' in any directory in urdf path

It seems like it's discarding the package:// information, and is just looking in the urdf repository.

Is there any way to use such links in urdf?

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

2 participants