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

Eigen:Tranform available? #28

Open
patelmoni opened this issue Jan 12, 2021 · 2 comments
Open

Eigen:Tranform available? #28

patelmoni opened this issue Jan 12, 2021 · 2 comments

Comments

@patelmoni
Copy link

is this supports Eigen::Transform? I have to use Eigen::Transform<double, 3, 1>::Identity(); but cannot access eigen.Transform.

@gergondet
Copy link
Member

Hi @patelmoni

There is no bindings for Eigen::Transform in Eigen3ToPython. If you want to add them to the bindings I would be happy to review a PR but we have no time or need now for this binding in our applications.

Thanks

@haudren
Copy link
Collaborator

haudren commented Jan 13, 2021

As a side note, there is for now no good, agreed-upon representation of transformations in Python. Numpy has no such thing, and scipy has support for rotations only. A good workaround is to simply return the 4x4 matrix in a compatibility layer, and use that on the Python side.

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

No branches or pull requests

3 participants