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

Add relative jacobian #226

Merged
merged 8 commits into from
Feb 1, 2022

Conversation

HosameldinMohamed
Copy link
Contributor

@@ -0,0 +1,252 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in c70ea7d

@traversaro
Copy link
Member

Please ignore codacy, it is a false positive as the analyzer don't get Eigen::Map semantics.

*
* | Type | Index | Rows | Cols | Name |
* | ---- | :---: | :---: | :---: | ----- |
* | ::STRING | 0 + WBBlock::NumberOfParameters | 1 | 1 | "Frame" |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in c70ea7d

Description "This block retrieves the Relative Jacobian between two specified frames.\n\nAssuming DoFs is the numbe"
"r of internal degrees of freedom of the robot:\n\nInput:\n - Joint configuration: Vector of size DoFs, representing"
" the configuration of the joints.\n\nOutput:\n - Jacobian: a 6xdofs matrix representing the Jacobian between the sp"
"ecified frames written in Mixed representation: origin as child, orientation as parent.\n\nParameters:\n - Frame na"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I may be missing something, but it is not clear from here wheter "Frame 1" is parent or "Frame 2" is child. Furthermore, I am not sure if parent/child are the best choice of words, as this frames can be also relative to links that are not one the parent of another. Perhaps referenceFrame/frame or reference/leaf could be better names?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!

image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in c70ea7d

Copy link
Member

@traversaro traversaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some comments on the docs, other then that it seems ok.

@HosameldinMohamed
Copy link
Contributor Author

@traversaro I addressed your previous comments, ready for review again.

@traversaro
Copy link
Member

Great! Can you rebase this branch on master, and update the CHANGELOG ?

@HosameldinMohamed
Copy link
Contributor Author

Great! Can you rebase this branch on master, and update the CHANGELOG ?

Done in d19eba8

@traversaro traversaro merged commit a1b8100 into robotology:master Feb 1, 2022
@traversaro
Copy link
Member

@HosameldinMohamed do you have any planned future improvements? If not, I think I can proceed with a release before we forget about it.

@HosameldinMohamed
Copy link
Contributor Author

@HosameldinMohamed do you have any planned future improvements? If not, I think I can proceed with a release before we forget about it.

@traversaro nothing at the moment.

@HosameldinMohamed HosameldinMohamed deleted the addRelativeJacobian branch February 1, 2022 14:45
@HosameldinMohamed
Copy link
Contributor Author

Thanks!

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 this pull request may close these issues.

2 participants