-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Empty textures folder problem with URDF to PROTO conversion #174
Comments
Hi, which version of the tool did you use? The latest from pip or master/develop from the repo? |
Hi Daniel, The URDF file is here:
|
Hello,
I created a xacro file which combines UR5e + Robotiq 2f85 gripper and automatically generated the URDF from that.
I can display and move the robot and the gripper on RVIZ so the URDF file is okay.
When I'm trying to convert the model to a PROTO file to be able to use in Webots, I get the output ur5e_with_2f85.proto but the auto-generated textures folder is empty.
In my URDF file I am using ur5e and 2f85 descriptions from other ros packages in my workspace so my initial guess is that it could be a problem with relative paths. But the terminal output correctly displays the absoluth paths of the dae files that are being imported.
There are entries in the URDF such as:
I do the conversion with:
python3 -m urdf2webots.importer --input=ur5e_with_2f85.urdf
And the output is:
Thank you in advance for any kind of help!
The text was updated successfully, but these errors were encountered: