-
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
Increase the damping of iCubGazebov3 and the PID gains #197
Comments
Hi @S-Dafarra ! The damping can be specified in the csv (e.g. https://github.com/robotology/icub-models-generator/blob/master/simmechanics/data/icub3/ICUB_3_joint_all_parameters.csv)
A PR is more than welcome, just remember to change all the csv files here https://github.com/robotology/icub-models-generator/tree/master/simmechanics/data/icub3, for now we are using the one with all the joints in one, but in the future we would follow the modular approach |
Can't we just delete the redundant one, and once we want to go for the modular approach we take the all joint one and decompose it in the separate one? Trying to maintain two different "non"-single sources of true it tricky. |
I am afraid that it is not yet possible because the csv it taken by the Or it is possible to pass to the script more than one csv?? |
Sorry, I meant to delete the modular one, as those are the one that are the moment are not used. In any case, this is not a big priority. |
Yeah we can restore them later if necessary |
So the final verdict? I can remove them if you want, less files to edit 😁 |
Let's remove them! |
Because it seems that |
I have noticed those files are reference here: icub-models-generator/simmechanics/data/icub3/convertModel.sh Lines 1 to 12 in 20a9bbc
Should I also comment out those lines? |
The damping is currently set ot 0.06 for all the joints. This value is very small, also considering the real robot. After some tests,
2.0
seems a more reasonable value.Regarding the PID, I used the following values P 40.0 I 0.35 D 0.35 on all the joints, and seemed to be working fine, at least for
the walking.
I can also prepare a PR if you point me to the correct files to modify.
cc @Nicogene @traversaro
The text was updated successfully, but these errors were encountered: