-
Notifications
You must be signed in to change notification settings - Fork 194
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 velocityThres param for torque control #3010
Conversation
CMakeLists.txt
Outdated
@@ -17,7 +17,7 @@ endif() | |||
# Main project | |||
project( | |||
YARP | |||
VERSION 3.8.1 | |||
VERSION 3.8.2 |
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.
This should be never modified by a PR. It is handled by the release script
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.
Additionally, the breaking change introduced by this PR will trigger the release of Yarp 3.9.0
(and not 3.8.2)
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.
Done in ad556c7
What's new:
velocityThres
parameter used during torque control for friction compensation. This parameter is used to enable the new torque control law and fine-tune the friction compensation based on velocity feedback at FW level.