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

Reduce Eigen/Dense to Eigen/Core in sophus/rotation_matrix.hpp #532

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

fwcore
Copy link
Contributor

@fwcore fwcore commented Dec 13, 2023

Eigen/Dense contains Eigen/Core, Eigne/Geometry, SVD, etc, which is much expensive to include.

By reducing Eigen/Dense to Eigen/Core in sophus/rotation_matrix.hpp, we can avoid unnecessary headers when using se3.hpp, so3.hpp, or rotation_matrix.hpp. This would help to reduce compilation time for Sophus' users with a large codebase.

@strasdat strasdat merged commit 98b4137 into strasdat:main-1.x Jun 9, 2024
7 checks passed
@strasdat
Copy link
Owner

strasdat commented Jun 9, 2024

thanks!

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

2 participants