Open SimoneMic opened 2 years ago
Hi @SimoneMic, I think the choice done in stickBot was done in coherence with the rest of the icubs, that use those configuration (see for example https://github.com/robotology/robots-configuration/blob/master/iCubValparaiso01/wrappers/FT/left_arm-FT_wrapper_multipleSens.xml).
At the current state I fear that there could be conflict with the controlboard device of the body parts, in regard with the RPC port, that has the same naming.
Which conflict can occur? Do the two device create the port with the same name? In that case, I would expect this to also happens on real robots.
Hello,
I've noticed that the port names for force sensors are not explicit/self explanatory.
For example:
<param name="name"> /icubSim/left_arm </param>
I propose to change to/icubSim/left_arm/ft
so that it's explicit about the data transmitted.At the current state I fear that there could be conflict with the controlboard device of the body parts, in regard with the RPC port, that has the same naming.