Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Add conversion functions for Eigen::Isometry3d.#113

Merged
tfoote merged 2 commits intoros:indigo-develfrom
fizyr-forks:indigo-devel
Jan 5, 2016
Merged

Add conversion functions for Eigen::Isometry3d.#113
tfoote merged 2 commits intoros:indigo-develfrom
fizyr-forks:indigo-devel

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants