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

Possible bug in URDF #3

Open
rafaelrojasmiliani opened this issue Dec 9, 2020 · 1 comment
Open

Possible bug in URDF #3

rafaelrojasmiliani opened this issue Dec 9, 2020 · 1 comment

Comments

@rafaelrojasmiliani
Copy link

rafaelrojasmiliani commented Dec 9, 2020

Hello,
I'm not an expert in URDF. I'm trying to deploy Franka on RVIZ with ROS melodic.
I'm getting the Franka links spread around using this command

<xacro:panda_arm xyz="0 0 0.5"/>

but when I run

<xacro:panda_arm/>

It is deployed well.
I found that the xyz argument is used inside the xacro files in the link/visual/origin and link/collision/origin task as it is done here.
I do not know if this is correct, because the xyz argument should move the robot w.r.t. its parent joint and not each one of their links w.r.t. their parent joint.
I removed that and it works.

On the other hand if the connected_to arguments is used, a link with that name is declared here. I would imagine that this link is declared outside the arm URDF definition, and this is a re-declaration.

If I'm ok, I can do the pull request.

@mkrizmancic
Copy link
Owner

Hi Rafael,

thanks for the comment. As I explained in README, I'm not really working on this anymore and I won't even be able to check it.

However, I understand the issue and it seems that you are correct, so if you would like to open a pull request, I will be happy to merge it.

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