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

Fix homogeneous transform computation for prismatic joints #66

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

Giulero
Copy link
Collaborator

@Giulero Giulero commented Jan 31, 2024

With @YuchuanLu we discovered this bug preventing computations for prismatic joints.
The sum is not defined for a list and an array_like, so I wrapped the rpy (that was in a list) in an array.
I might come back later for a more smart handling.

@traversaro
Copy link
Contributor

We may want also to add some dummy models with prismatic joints to the tests of consistency with iDynTree (that could have its own problems with prismatic models, see robotology/idyntree#1149).

@Giulero
Copy link
Collaborator Author

Giulero commented Feb 21, 2024

I agree!

@Giulero Giulero merged commit 45f6d53 into main Feb 21, 2024
15 checks passed
@Giulero Giulero deleted the fix-prismatic-joint branch February 21, 2024 14:15
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

3 participants