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

Propagate to non-KDL classes the improved definition of URDF "fake link" introduced in https://github.com/robotology/idyntree/pull/246 #247

Open
traversaro opened this issue Nov 18, 2016 · 1 comment

Comments

@traversaro
Copy link
Member

traversaro commented Nov 18, 2016

PR 246 : #246

Allow to have two fake links (i.e. "additional frames") connected to one another through fixed joints. This happens on the Walkman model.

This reduces to modify the removeFakeLinks function:

Note that the behavior implemented in #246 can be easily simulated by two calls to the current version of removeFakeLinks , the first that remove the "leaf" fake links and the second that remove any parent. This can be easily generalized to just iterate the process until the numnber of links is contact before and after the call to removeFakeLinks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants