robotology / icub-firmware

iCub Firmware
Other
11 stars 30 forks source link

Fix the control mode management in case of wrist decoupler #459

Closed valegagge closed 8 months ago

valegagge commented 8 months ago

During the tests on the wrist of ergoCub, we noticed that the joints belonging to the joint set had the same control mode (HW-fault). With this PR, in case of error, each joint has its own control mode, so, for example, if an overcurrent occurs on one joint then it will be in hw-fault, while the others are in idle.

We already test this PR on the wrist setup successfully.

valegagge commented 8 months ago

build PR: https://github.com/robotology/icub-firmware-build/pull/131