Skip to content
Snippets Groups Projects
Commit 6a265445 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

Merge pull request #176 from MaximilienNaveau/devel

avoid the miss alignement on vector of Matrix6d
parents b7f1ff41 2d0845a7
Branches
Tags
No related merge requests found
......@@ -36,6 +36,7 @@ EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(se3::Inertia)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(se3::Force)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(se3::Motion)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Eigen::Matrix<double,6,Eigen::Dynamic>)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Eigen::Matrix<double,6,6>)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(se3::SE3::Vector3)
namespace se3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment