-
Notifications
You must be signed in to change notification settings - Fork 70
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 friction + coulomb + threshold parameters #599
Conversation
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.
- viscouPos and viscousNeg have the same values of kbemf
Hi @pattacini, Changes applied! Thanks for your feedback. |
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.
Thank you @sgiraz!
I'll wait a bit for @isorrentino and/or @GiulioRomualdi to check the changes for ergoCub before merging.
/remind December 18, merge the PR. |
⏰ Reminder
|
The modifications seem okay. Obviously, the parameters provided are not the ones that make the joints work in torque, but with those values we are confident that nothing will happen if the torque control is activated. |
|
What's new:
kbemf
torque parameter in favor of the new torque control parameters:viscousPos
viscousNeg
coulombPos
coulombNeg
verlocityThres
The new friction compensation law is the following one (see also the source code):
Note:
cc @isorrentino @marcoaccame @Nicogene