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

feat(controllers): improve parameter validation of impedance controller #148

Merged
merged 6 commits into from
Nov 6, 2023

Conversation

domire8
Copy link
Member

@domire8 domire8 commented Nov 5, 2023

Description

This PR solves the parent issue by supporting arrays/vectors of size 1 to set the controller parameters.

Additionally, I updated the force clamping with what I think is slightly more correct, readable and performant.

Review guidelines

Estimated Time of Review: 5 minutes

Checklist before merging:

  • Confirm that the relevant changelog(s) are up-to-date in case of any user-facing changes

@domire8 domire8 requested a review from eeberhard November 5, 2023 16:30
@domire8 domire8 linked an issue Nov 5, 2023 that may be closed by this pull request
eeberhard
eeberhard previously approved these changes Nov 5, 2023
Copy link
Member

@eeberhard eeberhard left a comment

Choose a reason for hiding this comment

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

Looks good!

@domire8 domire8 merged commit 2f1851a into develop Nov 6, 2023
7 checks passed
@domire8 domire8 deleted the feature/param-validation branch November 6, 2023 07:49
@github-actions github-actions bot locked and limited conversation to collaborators Nov 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow setting controller parameters with vector of size 1
2 participants