space between double angle-brackets
parent
0801246058
commit
d191b0cebb
|
@ -37,7 +37,7 @@ public:
|
|||
}
|
||||
|
||||
/// Constructor
|
||||
JacobianFactorQ(const std::vector<typename Base::KeyMatrix2D, Eigen::aligned_allocator<KeyMatrix2D>>& Fblocks,
|
||||
JacobianFactorQ(const std::vector<typename Base::KeyMatrix2D, Eigen::aligned_allocator<typename Base::KeyMatrix2D> >& Fblocks,
|
||||
const Matrix& E, const Matrix3& P, const Vector& b,
|
||||
const SharedDiagonal& model = SharedDiagonal()) :
|
||||
JacobianSchurFactor<D>() {
|
||||
|
|
|
@ -33,7 +33,8 @@
|
|||
#include <boost/optional.hpp>
|
||||
#include <boost/make_shared.hpp>
|
||||
#include <vector>
|
||||
#include <gtsam/3rdparty/Eigen/Eigen/StdVector>
|
||||
#include <gtsam/3rdparty/gtsam_eigen_includes.h>
|
||||
//#include <gtsam/3rdparty/Eigen/Eigen/StdVector>
|
||||
|
||||
namespace gtsam {
|
||||
/// Base class with no internal point, completely functional
|
||||
|
|
Loading…
Reference in New Issue