-
Notifications
You must be signed in to change notification settings - Fork 18
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
Possible wrong position of waist IMU ergoCubSN001 #260
Comments
cc @Nicogene and @traversaro |
The imu in the waist has been added in the SN000 urdf as XML blob (since the simulation model cad is unmaintained): I didn't recall that is still exported as XML blob also in newer models: ergocub-software/urdf/creo2urdf/data/ergocub1_1/base_1_1.yaml Lines 1142 to 1150 in b030a60
Maybe @Mick3Lozzo recall why we didn't exported that frame, but we should do it from the cad (cc @fiorisi @Lawproto) |
If I correctly understood the problem I think that the IMU was moved because of a possible collision with the torso covers: https://github.com/icub-tech-iit/project-ergocub/issues/107#issuecomment-1531510392. |
Good catch! |
Today I checked the transform between the I used this snippet using the idyntree binding for getting
And I got: -<origin xyz="0.0354497 0.00639688 0.060600" rpy="1.5708 0 -1.5708"/>
+<origin xyz="0.0606 -0.00639428 0.01745" rpy="1.5708 -0.000105208 -1.5708"/> The difference seems not only a displacement, I used the correct CSYS for computing the transform? Are those csys correct? I took them from |
These are the same values I found @Nicogene. |
Thanks @Mick3Lozzo ! |
Something has to be fixed: Probably on creo2urdf side |
Hi @fils99, with: The position of That seems coherent with |
Thanks @Nicogene! |
Task description
Today, during experiments with ergoCubSN001, we wanted to check the position and orientation of the waist IMU. First of all we looked to the IMU in the real robot. Afterwards, we compared them with the ones of the URDF model (we use this version of
ergocub-software
e4b567e).As we can see in the image, the position of waist IMU in the real robot seems a bit different wrt the URDF one.
Definition of Done
Understand if position of waist IMU is correct
cc @LoreMoretti @GiulioRomualdi
The text was updated successfully, but these errors were encountered: