ami-iit / element_weight-retargeting

0 stars 0 forks source link

Use different actuator groups with the same joint #18

Closed RiccardoGrieco closed 2 years ago

RiccardoGrieco commented 2 years ago

This PR to enable the use of different groups of actuators using the same joint axis.

For instance, this allows us to activate some actuators for retargeting the weight when holding an object, and other actuators for making the operator aware of unnoticed obstacles (e.g when bumping the arm on a table). In the first case positive values of the joint torques are used, while in the second one the negative values are exploited.

See also #14.

RiccardoGrieco commented 2 years ago

Thanks for the reviews @traversaro , @S-Dafarra.

In addition to the ones to address your review, I added the following commits:

If it's ok with you I can proceed with the merge.

RiccardoGrieco commented 2 years ago

Thanks @traversaro @S-Dafarra. Proceeding with the merge.