We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that id_x_hand_mais is used as a ID (and hence a sensor name returned by [getEncoderArrayName](https://www.yarp.it/latest/classyarp_1_1dev_1_1IEncoderArrays.html#af223aea775badaf4053f19d711061ab6 method) for both left and right mais. This is problematic as it creates problems if one inserted both left and right mais in the same MultipleAnalogSensorRemapper.
id_x_hand_mais
getEncoderArrayName
MultipleAnalogSensorRemapper
See for example:
robots-configuration/iCubPrague01/hardware/MAIS/right_arm-eb29-j12_15-mais.xml
Line 33 in 3e8fba8
robots-configuration/iCubPrague01/hardware/MAIS/left_arm-eb26-j12_15-mais.xml
To fix the issue, taking as an example FT sensors (see
robots-configuration/iCubGenova10/hardware/FT/left_arm-eb1-j0_3-strain.xml
l_hand_mais
r_hand_mais
The text was updated successfully, but these errors were encountered:
Good point. I'll deal with that.
Sorry, something went wrong.
fix #679
01e1aaa
pattacini
Successfully merging a pull request may close this issue.
It seems that
id_x_hand_mais
is used as a ID (and hence a sensor name returned by [getEncoderArrayName
](https://www.yarp.it/latest/classyarp_1_1dev_1_1IEncoderArrays.html#af223aea775badaf4053f19d711061ab6 method) for both left and right mais. This is problematic as it creates problems if one inserted both left and right mais in the sameMultipleAnalogSensorRemapper
.See for example:
robots-configuration/iCubPrague01/hardware/MAIS/right_arm-eb29-j12_15-mais.xml
Line 33 in 3e8fba8
robots-configuration/iCubPrague01/hardware/MAIS/left_arm-eb26-j12_15-mais.xml
Line 33 in 3e8fba8
To fix the issue, taking as an example FT sensors (see
robots-configuration/iCubGenova10/hardware/FT/left_arm-eb1-j0_3-strain.xml
Line 33 in 3e8fba8
l_hand_mais
andr_hand_mais
.The text was updated successfully, but these errors were encountered: