-
Notifications
You must be signed in to change notification settings - Fork 74
ergoCubSN002: adjust fingers limits for the left hand #766
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
Conversation
Summary of ChangesHello @Nicogene, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on refining the configuration parameters for the ergoCub robot's left and right arms. The changes involve updating calibration data and adjusting mechanical and motor control joint limits. These modifications are likely aimed at improving the precision and operational range of the robot's arms, potentially in alignment with the mk5.2 coupling law for the left hand. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
Code Review
This pull request updates calibration and limit parameters, seemingly to implement the mk5.2 coupling law for the left hand as mentioned in the description. The calibration values and hardware limits for the left arm's hand joints are updated. However, there appears to be a significant inconsistency: the software joint limits have been updated for the right arm, not the left. Furthermore, these new software limits for the right arm are outside the hardware limits defined in its corresponding mechanicals file. This could lead to errors or unexpected behavior. It seems likely that the changes intended for the left arm's motor control file were mistakenly applied to the right arm's file.
|
Would it be possible to port this in https://github.com/icub-tech-iit/robots-configuration/tree/devel-ergoCubSN002. I am afraid that any subsequent change on that file due to maintenance will cause a conflict that becomes hard to solve |
I cherry-picked the commit in that branch (I had indeed to solve a conflict): |
Ah ok, I was thinking about a PR. It means that it is needed to pull and test asap |
The left hand has the mk5.2 coupling law: https://icub-tech-iit.github.io/documentation/hands/hands_mk5_coupling/?h=hand+mk#mk52-coupling-variables
|
The changes committed here: have been tested on the robot, I would close this PR |
The left hand has the mk5.2 coupling law: