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

Fix behaviour of MultipleAnalogSensor get**Name methods in nested models #633

Merged
merged 2 commits into from
Aug 29, 2022

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented Aug 26, 2022

The methods such as:

  • getThreeAxisGyroscopeName
  • getThreeAxisGyroscopeFrameName
  • getSixAxisForceTorqueSensorName
  • getSixAxisForceTorqueSensorFrameName

and similar where not working correctly in nested models. In particular, they were reporting the partially scoped sensor name. For example, in the model "iCubGenova09 fixed" in robotology/icub-models-generator#222 that was the one on which I found the issue, the sensor name:

l_foot_rear_ft_sensor

was reported as:

iCub::l_foot_rear_ft_sensor

This PR fixes the problem by always returning the part of the sensor name after the :: part.

Copy link

@mebbaid mebbaid left a comment

Choose a reason for hiding this comment

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

lgtm

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.

None yet

2 participants