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

Templatize geometry classes #182

Open
leokoppel opened this issue Jul 18, 2017 · 2 comments
Open

Templatize geometry classes #182

leokoppel opened this issue Jul 18, 2017 · 2 comments
Assignees

Comments

@leokoppel
Copy link
Contributor

Current behaviour
Rotation holds double values.

Desired behaviour
Rotation accepts different scalar types as a template parameter.

Why?
To use with automatic differentiation e.g. in Ceres.

@leokoppel leokoppel self-assigned this Jul 18, 2017
@Jebediah
Copy link
Contributor

Jebediah commented Aug 4, 2017

Doesn't ceres require doubles anyway?

@leokoppel
Copy link
Contributor Author

Not for autodiff. See http://ceres-solver.org/automatic_derivatives.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants