robotology / icub-firmware

iCub Firmware
Other
12 stars 30 forks source link

Implement Coulomb friction compensation if torque control is active #228

Open traversaro opened 2 years ago

traversaro commented 2 years ago

Follow up of https://github.com/robotology/icub-firmware/issues/67 .

The nice thing is that all the machinery of defining and reading configuration files and modifying structure is already implemented, via stictionUp/stiction_up/stiction_up_val and stictionDown/stiction_down/stiction_down_val parameters, see for example:

Furthermore, we are already back-compatible by default, as all those parameters are defined to 0 in most configuration files! So we are just left with the fun part:

traversaro commented 2 years ago

fyi @isorrentino @GiulioRomualdi @S-Dafarra @DanielePucci