Skip to content

Commit

Permalink
Merge branch 'develop' into feature/hybrid
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Feb 10, 2022
2 parents 25cacfe + a5bee15 commit 0bf5f03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gtsam/slam/FrobeniusFactor.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ class GTSAM_EXPORT FrobeniusPrior : public NoiseModelFactor1<Rot> {
Eigen::Matrix<double, Dim, 1> vecM_; ///< vectorized matrix to approximate

public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW

/// Constructor
FrobeniusPrior(Key j, const MatrixNN& M,
const SharedNoiseModel& model = nullptr)
Expand Down Expand Up @@ -106,6 +108,8 @@ class GTSAM_EXPORT FrobeniusBetweenFactor : public NoiseModelFactor2<Rot, Rot> {
enum { Dim = Rot::VectorN2::RowsAtCompileTime };

public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW

/// @name Constructor
/// @{

Expand Down

0 comments on commit 0bf5f03

Please sign in to comment.