robotology / robots-configuration

Contains robots configuration files
BSD 3-Clause "New" or "Revised" License
14 stars 69 forks source link

Harmonize ergocub FT sensor names with the one used in ergocub URDF #561

Closed traversaro closed 1 year ago

traversaro commented 1 year ago

The PR https://github.com/icub-tech-iit/ergocub-software/pull/158 (that was released in ergocub-software v0.3.4) change the FT sensor names:

However, the wbd configuration files for the real robot were not updated accordingly. This PR should fix this.

Fix https://github.com/icub-tech-iit/ergocub-software/issues/165 . Related to https://github.com/robotology/icub-models-generator/issues/242 . Implements Option 1 (O1) as described in https://github.com/robotology/icub-models-generator/pull/240#issuecomment-1604172317 .

isorrentino commented 1 year ago

@traversaro If you agree, I would test it on the robot before approving it.

traversaro commented 1 year ago

@traversaro If you agree, I would test it on the robot before approving it.

Sure!

traversaro commented 1 year ago

CI is failing with:

[ERROR] |yarp.device.multipleanalogsensorsremapper| Impossible to find sensor name l_leg_ft_sensor , exiting.
[ERROR] |yarp.device.multipleanalogsensorsremapper|     Names of available sensors are:
[ERROR] |yarp.device.multipleanalogsensorsremapper|     *  l_foot_front_ft
[ERROR] |yarp.device.multipleanalogsensorsremapper|     *  l_foot_rear_ft
[ERROR] |yarp.device.multipleanalogsensorsremapper|     *  l_leg_ft

We need to change also the remappers.

traversaro commented 1 year ago

CI is failing with:

[ERROR] |yarp.device.multipleanalogsensorsremapper| Impossible to find sensor name l_leg_ft_sensor , exiting.
[ERROR] |yarp.device.multipleanalogsensorsremapper|     Names of available sensors are:
[ERROR] |yarp.device.multipleanalogsensorsremapper|     *  l_foot_front_ft
[ERROR] |yarp.device.multipleanalogsensorsremapper|     *  l_foot_rear_ft
[ERROR] |yarp.device.multipleanalogsensorsremapper|     *  l_leg_ft

We need to change also the remappers.

This should be fixed by https://github.com/robotology/robots-configuration/pull/561/commits/4eb44616d83333b7f39ea825efc565776cc6342e .

pattacini commented 1 year ago

Awaiting tests before merging then. cc @isorrentino

pattacini commented 1 year ago

Compare branch squashed and rebased on devel.