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

world link defined in URDF/Xacro and SRDF #220

Closed
christian-rauch opened this issue Mar 19, 2019 · 1 comment · Fixed by #221
Closed

world link defined in URDF/Xacro and SRDF #220

christian-rauch opened this issue Mar 19, 2019 · 1 comment · Fixed by #221

Comments

@christian-rauch
Copy link
Contributor

The URDF/Xacro files define the world link as the root of the kinematic chain, which is connected via connect_root_and_world to the actual root of the robot kinematic chain (frame root).
The SRDF defines a virtual joint world_joint with the same connection.

Taking both joints into account, this is not a kinematic tree anymore since there are two paths from world to root. Consequently it can cause issues when determining the root for planning. See also: ros-industrial/universal_robot#347 and ros-industrial/universal_robot#284.

@sbrisebois
Copy link
Contributor

Hi Christian,

Thank you for you work.
I will have a look to your PR very soon. I have to investigate if this does not broke demos and other development with the package.

Sincerely,
Sylvain Brisebois

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

Successfully merging a pull request may close this issue.

2 participants