Resolve alignment conflict
parent
86bd7a785c
commit
7e566aeb16
|
|
@ -326,6 +326,12 @@ public:
|
|||
ar & BOOST_SERIALIZATION_NVP(t_);
|
||||
}
|
||||
/// @}
|
||||
|
||||
#ifdef GTSAM_USE_QUATERNIONS
|
||||
// Align if we are using Quaternions
|
||||
public:
|
||||
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
|
||||
#endif
|
||||
};
|
||||
// Pose3 class
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue