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

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

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented Sep 1, 2023

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

  • ergocub-software <= 0.3.3 names : l_arm_ft_sensor, r_arm_ft_sensor, l_leg_ft_sensor, l_foot_front_ft_sensor, l_foot_rear_ft_sensor, r_leg_ft_sensor, r_foot_front_ft_sensor, r_foot_rear_ft_sensor
  • ergocub-software >= 0.3.4 names : l_arm_ft, r_arm_ft, l_leg_ft, l_foot_front_ft, l_foot_rear_ft, r_leg_ft, r_foot_front_ft, r_foot_rear_ft

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

Fix icub-tech-iit/ergocub-software#165 .
Related to robotology/icub-models-generator#242 .
Implements Option 1 (O1) as described in robotology/icub-models-generator#240 (comment) .

@isorrentino
Copy link
Contributor

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

@traversaro
Copy link
Member Author

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

Sure!

@traversaro
Copy link
Member Author

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
Copy link
Member Author

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 4eb4461 .

@pattacini
Copy link
Member

Awaiting tests before merging then.
cc @isorrentino

@pattacini
Copy link
Member

Compare branch squashed and rebased on devel.

Copy link
Contributor

@isorrentino isorrentino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @traversaro @pattacini, today I tested the changes and the robot started without any error. Feel free to merge the PR.

@pattacini pattacini merged commit c5118b5 into devel Sep 4, 2023
1 check passed
@pattacini pattacini deleted the fixwbdergocub branch September 4, 2023 11:30
MSECode pushed a commit to valegagge/robots-configuration that referenced this pull request Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ergoCubSN000] Different ft sensor names between URDF file and yarprobotinterface configuration files
4 participants