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

Fixed a locale-dependent floating point parsing in the URDF parser. #475

Merged
merged 3 commits into from
Sep 7, 2018

Conversation

francesco-romano
Copy link
Collaborator

The mass in the tag was parsed with a locale-dependent function.

This is my fault. I forgot the old function. I changed it back to the iDynTree function (so when we will migrate to the new C++ locale independent function we have only one function to change).

The mass in the <inertial> tag was parsed with a locale-dependent function.
@traversaro
Copy link
Member

Added releases notes in cb646a1 .

@traversaro traversaro changed the title Fixed a locale-dependent floating point parsing in the URDF parser. [WIP] Fixed a locale-dependent floating point parsing in the URDF parser. Sep 6, 2018
@francesco-romano
Copy link
Collaborator Author

And I even thought about it!
We should increase the patch level of iDynTree

@francesco-romano francesco-romano changed the title [WIP] Fixed a locale-dependent floating point parsing in the URDF parser. Fixed a locale-dependent floating point parsing in the URDF parser. Sep 6, 2018
@francesco-romano francesco-romano self-assigned this Sep 6, 2018
@traversaro
Copy link
Member

From the CMake point of view, this is good to go. @francesco-romano are you ok with merging? We can add the missing header to the installed headers also in a different PR.

@francesco-romano
Copy link
Collaborator Author

Yes. We can add those in the other open PR (which I need to fix)

@traversaro traversaro merged commit 0e860d4 into robotology:master Sep 7, 2018
@traversaro traversaro deleted the fix/locale_urdf branch September 7, 2018 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants