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

Add conversion functions for Eigen::Isometry3d. #113

Merged
merged 2 commits into from
Jan 5, 2016

Conversation

de-vri-es
Copy link
Contributor

I added overloads for Eigen::Isometry3d. It makes more sense than Affine3d since tf poses and transforms are isometries, and not affine transformations.

The functions are overloads, so code that is currently working is not affected.

To prevent code duplication the actual conversion is implemented as a function template in an anonymous namespace in the source file.

The unit tests are also updated to check both the affine and isometry versions.

@gavanderhoorn
Copy link

Ping? I'd be interested in this functionality as well.

@tfoote
Copy link
Member

tfoote commented Jan 5, 2016

Thanks this looks good. Especially thanks for including unit tests.

tfoote added a commit that referenced this pull request Jan 5, 2016
Add conversion functions for Eigen::Isometry3d.
@tfoote tfoote merged commit c1be694 into ros:indigo-devel Jan 5, 2016
@gavanderhoorn
Copy link

Great. Thanks for the merge.

@de-vri-es
Copy link
Contributor Author

Thanks. I think #101 can be closed now?

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

3 participants