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 possibility to add empty list of actuated joints #56

Merged
merged 4 commits into from
Dec 11, 2023
Merged

Conversation

Giulero
Copy link
Collaborator

@Giulero Giulero commented Dec 11, 2023

With this PR I want to add the possibility of not passing a list of actuated joints to the model constructor.
In this case, all the joints that are not fixed are considered actuated joints, e.g.

from adam.casadi import KinDynComputations
... 
comp = KinDynComputations(model_path)
...

I also added a check that verifies if all the joints passed as an argument of KinDynComputations are in the robot.

@Giulero Giulero self-assigned this Dec 11, 2023
@GiulioRomualdi
Copy link
Member

Nice! Green flag!

@Giulero
Copy link
Collaborator Author

Giulero commented Dec 11, 2023

Thanks @GiulioRomualdi !

@Giulero Giulero merged commit 21a7fa8 into main Dec 11, 2023
14 checks passed
@Giulero Giulero deleted the joint-list-check branch December 11, 2023 13:42
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

2 participants