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

Can we use moveit setup assistant to edit the file? unable to locate the URDF file in package. Expected File: /home/user/catkin_stackiiwa/src/iiwa_stack/iiwa_description/urdf/iiwa14.urdf #279

Open
mf093087 opened this issue Feb 3, 2022 · 2 comments

Comments

@mf093087
Copy link

mf093087 commented Feb 3, 2022

I want to use moveit setup assistant to edit the configuration file. However, it doesn't work for me. Can anybody help me?

unable to locate the URDF file in package. Expected File: /home/user/catkin_stackiiwa/src/iiwa_stack/iiwa_description/urdf/iiwa14.urdf

image

@ymollard
Copy link

ymollard commented Feb 3, 2022

The URDF is generated by Xacro at runtime, but the setup assistant requires the URDF to be available.
You can generate it manually:

roscd iiwa_description/urdf
xacro iiwa14.urdf.xacro >iiwa14.urdf

Also make sure that the right IIWA version 14 or 7 is used there: https://github.com/IFL-CAMP/iiwa_stack/blob/master/iiwa_moveit/.setup_assistant#L4-L6

@mf093087
Copy link
Author

mf093087 commented Feb 4, 2022

thanks, it works!

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

2 participants