-
Notifications
You must be signed in to change notification settings - Fork 195
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 implementation for friction parameters #2805
Conversation
…lombUp, coulombDown
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the release notes by adding a file in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- measurement units conversion layer (missing in
ImplementTorqueControl.cpp
) to be implemented and tested - changelog (missing)
Done! During the tests, I verified that the conversion for each new parameter is performed correctly. cc @randaz81 |
Hi @randaz81 Can we merge the PR? It's kind of blocking all the other PR's we have in the pipeline. |
Merged even if there are some errors in the CI, that should be hopefully fixed by #2811 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR ok, some errors in the CI
What's new in this PR:
viscousUp
,viscousDown
,coulombUp
,coulombDown
.get/set
functions have been updated accordingly.Notes:
True positive detection ✅
False positive detection ✅