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 velocityThres param for torque control #3010

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

sgiraz
Copy link
Contributor

@sgiraz sgiraz commented Aug 30, 2023

What's new:

  • Add a 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.

Note

  • Tested on a single joint setup

CMakeLists.txt Outdated
@@ -17,7 +17,7 @@ endif()
# Main project
project(
YARP
VERSION 3.8.1
VERSION 3.8.2
Copy link
Member

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

Copy link
Member

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)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done in ad556c7

@sgiraz sgiraz temporarily deployed to code-analysis August 31, 2023 14:43 — with GitHub Actions Inactive
@randaz81 randaz81 merged commit 79fdd4a into robotology:master Sep 4, 2023
42 of 50 checks passed
@sgiraz sgiraz deleted the velocityThresh branch September 18, 2023 06:22
@sgiraz sgiraz mentioned this pull request Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants