robotology / icub-models-generator

Resources and programs to generated models (URDF, SDF) of the iCub robot
14 stars 23 forks source link

Align icub-models FT sensor names with sensor names exposed by YARP devices on the real robot #242

Closed traversaro closed 1 year ago

traversaro commented 1 year ago

See discussion in https://github.com/robotology/icub-models-generator/pull/240 . In a nutshell, on the URDF model the sensor names are l_arm_ft, l_leg_ft, ..., while the real devices on the iCub 2.* and 3 robots name the sensor l_arm_ft_sensor, l_leg_ft_sensor, ... .

traversaro commented 1 year ago

The sensor names were changed from <identifier>_ft_sensor to <identifier>_ft in:

So the problem has been present in icub-models since 2.0.0 release, i.e. since robotology distro 2023.02.0 .

traversaro commented 1 year ago

Fixed by: