-
Notifications
You must be signed in to change notification settings - Fork 31
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
Check the behavior of iCub robot fingers at YRI restarting #405
Comments
It was noticed that after YRI restarting, for the fingers whose joint gives hw fault, the feedback position at joint is actually outside of the limits. However, this is not an expected behavior since the joint should save the last position reached at YRI stopping. |
Today me and @AntonioConsilvio worked on the fingers calibration in order to solve the issue. Here follows some notes about the joint behavior and a possible solution:
This solution is due to the fact that, as detailed above, it seems that at restarts some of the fingers tends to oscillates around the zero, independently of the positionHome value. Moreover, the exact zero of the joint set following the calibration procedure is lost after a while with a small error, which is though enough for putting the joint in error. |
Here the PR merged: |
DoD satisfied with PR merged |
Task description 📝
Analyzing the work done in #393 the iCub robot fingers should behave correctly at YRI (
yarpronotinterface
) restarting, meaning that the following steps happens on the robot:However, it was noticed that at restarts some of the fingers results in hw fault, even if at YRI stopping the situation was fine.
Moreover, the weird things are that:
Definition of Done ✅
Correct behavior of the finger joints verified and PRs done
The text was updated successfully, but these errors were encountered: