Skip to content
New issue

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

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

Closed
traversaro opened this issue Jun 27, 2023 · 2 comments · Fixed by ami-iit/bipedal-locomotion-framework#720 or robotology/whole-body-estimators#172

Comments

@traversaro
Copy link
Member

See discussion in #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
Copy link
Member Author

traversaro commented Sep 1, 2023

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment