-
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
[ergoCubGazeboV1*]: model feet contacts are unstable #174
Comments
Similar to robotology/icub-models#209. |
Which version of Gazebo you are using? |
I have the 11.10.2 |
Related PR: #158 .
Good catch! Let me think a bit about it. For sure we could add a check on the physical consistency of the inertial parameters in the CI, by using the |
Actually that is not the problem: the inertial parameter that changed sign is the com Z, and that make sense as it is expressed in the link frame, and we moved the link frame up, so the COM w.r.t. the link frame is now negative. However, it is not clear how this influences gazebo. |
And for completeness: the problem is that |
I proposed a solution in #175, the PR also contains a (hopefully) detailed description of what happened, please comment if it is not clear. Unfortunately #161 removed the simmechanics generation machinery, so to propose the change I created a |
Thank you @traversaro! |
I can use the yaml you proposed with |
Trying to import ergoCubGazeboV1* models on gazebo, I spotted that the model was unstable, it was like wobbling on the feet. Together with @Nicogene, we used git bisect to understand which commit introduced the bug and it was the aae9cd6. We verified that the bug was not due to the introduction of the ft frames but the changes in the inertial values, actually some values have a different sign (see for example here)
Any idea on how to fix this problem?
cc @traversaro
The text was updated successfully, but these errors were encountered: