Skip to content
Snippets Groups Projects
Commit 2ecb4add authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add Eigen align macro

parent 68d4a964
No related branches found
No related tags found
2 merge requests!39release after RAL,!38After 2nd RAL submission
......@@ -147,6 +147,8 @@ class FactorIMU : public FactorAutodiff<FactorIMU, 15, 3, 4, 3, 6, 3, 4, 3, 6>
const Eigen::Matrix3d sqrt_A_r_dt_inv;
const Eigen::Matrix3d sqrt_W_r_dt_inv;
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW;
};
///////////////////// IMPLEMENTAITON ////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment