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

Ensure that the link_H_geometry transform is always valid #564

Merged
merged 3 commits into from
Aug 27, 2019

Conversation

traversaro
Copy link
Member

Fix #496 .

@traversaro
Copy link
Member Author

traversaro commented Aug 26, 2019

No tests have been added to this PR because extensive tests for the solid shapes URDF import/export is coming in a following PR (#565).

@@ -17,6 +17,7 @@ Bug Fixes
linear and angular base velocity, described in https://github.com/robotology/idyntree/issues/370 .
* Fixed compilation on 32-bit Windows ( https://github.com/robotology/idyntree/pull/506 ).
* Fixed a URDF parser regression introduced in iDynTree 0.11 in URDF parser for which collision geometeries were also loaded as visual geometries, and viceversa (https://github.com/robotology/idyntree/issues/497, https://github.com/robotology/idyntree/pull/559).
* Fixed a URDF parser regression introduced in iDynTree 0.11 in URDF parser for which geometries element without origin tag were not correctly parsed (https://github.com/robotology/idyntree/issues/496, https://github.com/robotology/idyntree/pull/564).
Copy link
Collaborator

Choose a reason for hiding this comment

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

Fixed a URDF parser regression introduced in iDynTree 0.11 in URDF parser for which geometry elements without origin tag were not correctly parsed

@traversaro traversaro merged commit d389cf3 into master Aug 27, 2019
@traversaro traversaro deleted the traversaro-patch-1 branch August 27, 2019 08:54
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.

Parsing a URDF <visual> or <collision> with the origin tag produces an invalid link_H_geometry transform
2 participants