-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add relative Jacobian block #225
Comments
Whenever you are ready feel free to open a PR. |
Just to clarify, this happens only because in iDynTree (with default velocity representation settings) the relative jacobian between two links L and C is the $J_{L,C}^{rel} $ matrix such that: where |
Fixed by #226 . |
Summary
A block similar to the
Jacobian
block,but provided with 2 frame names as inputs, it gives the relative Jacobian between the 2 frames.
It can implement the iDyntree method
In https://github.com/robotology/idyntree/blob/f9051752ca5a6ca8f3a4f101e4a536fe1eb62c5f/src/high-level/src/KinDynComputations.cpp#L1661-L1663
Motivation
It seems like a clean way to have the relative jacobian since the iDyntree function is already available, we just had to wrap it.
Additional context
We drafted a quick block (with @Giulero's help), it looks like this
It was a quick draft to test it with the robot, but I think we can omit the input${ }^{world} H_{base}$ .
The text was updated successfully, but these errors were encountered: