-
Notifications
You must be signed in to change notification settings - Fork 104
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
Sole skin layout in configuration files and kinematic model do not match #899
Comments
@BoPot you are right there is a mismatch from the assembly notes: The position you reconstruct is the correct one wrt the real robot. |
Hi @BoPot We've planned to work on this fix at the beginning of September. /remind September 04. |
⏰ Reminder
|
Hi, |
Hi all, Triangle IDs in our test are like this: URDF = assembly notes and .ini = real robot (iCubPrague01). So, it may be worth testing it on some of your robots before making changes to the .ini files. iCubPrague01_left_foot.mp4 |
|
@simeonedussoni will be dealing with this issue during this sprint. |
PR merged with this follow-up: |
Bug description
The triangle layout in both right and left sole skin .ini files (right_foot.ini and left_foot.ini) is different from their layout in model.urdf
More precisely, the top patch is differently rotated.
@matejhof @rustlluk @traversaro
Steps to reproduce
My code for plotting taxels based on triangle positions from .ini file: read_ini.py
My code for plotting taxels based on triangle positions from .urdf file: skin_from_urdf.py
Expected behavior
No response
Example repository
No response
Additional context
Results of the visualization for left foot (see the difference in top patch):
Positions from left_foot.ini
Positions from model.urdf
Also compared the visualizations to the picture inserted in ini generator left_foot_ini_generator.xlsx (see the "top" sheet). The layout there corresponds to the one in model.urdf
The text was updated successfully, but these errors were encountered: