-
Notifications
You must be signed in to change notification settings - Fork 23
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
iCubGenova09: Add FT sensor to right upper leg #218
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.
@mfussi66 thanks for the PR, the CI is failing because there is a mismatch between the expected number of FT and the actual number since you added two sensors :
icub-model-test : odd number of F/T sensor found in the model
Could you please fix the test accordingly?
Actually the problem is that the left leg sensor is missing: icub-models-generator/tests/icub-model-test.cpp Lines 375 to 379 in a57abd3
|
Yep @Nicogene , only the right one was mounted on the robot. I guess changing the test to check against zero should suffice. |
Yes, then if it is intentional it is fine to change the test |
Additionally, I think I'll need to change the check on the correct orientation of the sensor: icub-models-generator/tests/icub-model-test.cpp Lines 440 to 465 in a57abd3
|
cc @isorrentino |
@mfussi66 are we waiting for something or can we merge? |
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.
LGTM !
Shall we merge? |
As per title, this PR adds the FT sensor on the right leg of iCub3 to reflect the addition on the real robot.
Its transformation relative to the root link is the following:
Which corresponds to the transform in the CAD, and therefore it corresponds to the way it is mounted:
cc @S-Dafarra @pattacini