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 velocity representations #48

Merged
merged 39 commits into from
Oct 17, 2023
Merged

Add velocity representations #48

merged 39 commits into from
Oct 17, 2023

Conversation

Giulero
Copy link
Collaborator

@Giulero Giulero commented Aug 4, 2023

With this PR I'm gonna add the body fixed (or left trivialized) velocity representation.

I took also the occasion to implement the $\dot{J}$ function which represents the time-derivative of the Jacobian! See #27
I added the usual tests comparing the output of the function jacobian_dot with iDyntree function getFrameBiasAcc(frame) .

Ready to be reviewed! The tests should be a good starting point, then I will update the readme accordingly.

@Giulero Giulero marked this pull request as ready for review October 11, 2023 14:42
src/adam/core/constants.py Outdated Show resolved Hide resolved
src/adam/core/rbd_algorithms.py Outdated Show resolved Hide resolved
src/adam/core/spatial_math.py Outdated Show resolved Hide resolved
src/adam/jax/computations.py Outdated Show resolved Hide resolved
Giulero and others added 4 commits October 12, 2023 14:45
Co-authored-by: Filippo Luca Ferretti <102977828+flferretti@users.noreply.github.com>
@Giulero
Copy link
Collaborator Author

Giulero commented Oct 12, 2023

Thanks @flferretti for the review! I addressed the suggestions.

Copy link
Member

@lrapetti lrapetti left a comment

Choose a reason for hiding this comment

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

A few comments on the documentation

src/adam/pytorch/computations.py Show resolved Hide resolved
src/adam/pytorch/computations.py Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@Giulero
Copy link
Collaborator Author

Giulero commented Oct 16, 2023

Thanks guys! I should have tackled all the suggestions!

@Giulero
Copy link
Collaborator Author

Giulero commented Oct 17, 2023

Merging!

@Giulero Giulero merged commit 2316e3b into main Oct 17, 2023
14 checks passed
@Giulero Giulero deleted the add-velocity-representations branch December 11, 2023 09:22
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.

None yet

4 participants