24 #ifndef FACTOR1POSE1LANDMARK2D_HPP_ 25 #define FACTOR1POSE1LANDMARK2D_HPP_ 29 #include "mrob/matrix_base.hpp" 30 #include "mrob/factor.hpp" 65 std::shared_ptr<Node> &nodeLandmark,
const Mat2 &obsInf,
bool initializeLandmark=
false,
80 MatRefConst
get_obs()
const {
return obs_;};
82 MatRefConst get_information_matrix()
const {
return W_;};
83 MatRefConst
get_jacobian([[maybe_unused]] mrob::factor_id_t
id = 0)
const {
return J_;};
86 Mat21 obs_, r_, landmark_;
88 matData_t dx_, dy_, q_;
91 bool reversedNodeOrder_;
94 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
robustFactorType
Definition: factor.hpp:87
MatRefConst get_obs() const
Definition: factor1Pose1Landmark2d.hpp:80
VectRefConst get_residual() const
Definition: factor1Pose1Landmark2d.hpp:81
MatRefConst get_jacobian([[maybe_unused]] mrob::factor_id_t id=0) const
Definition: factor1Pose1Landmark2d.hpp:83
void evaluate_chi2() override
Definition: factor1Pose1Landmark2d.cpp:121
void evaluate_residuals() override
Definition: factor1Pose1Landmark2d.cpp:65
Definition: factor1Pose1Landmark2d.hpp:61
void print() const
Definition: factor1Pose1Landmark2d.cpp:125
Special Euclidean (group) in 3d Is the group representing rotations and translations, that is, rigid body transformations. SE3 = {T = [R t] | R SO3 , t Re^3 } [0 1] Associated to the groups of RBT, there is the Lie algebra se3 representing the same transformation in the tangent space around the identity. Particularly, xi =[w , v] Re^6, where w Re^3 represents the rotation and v the translation. We will preserve this order in this class.
Definition: matrix_base.hpp:36
void evaluate_jacobians() override
Definition: factor1Pose1Landmark2d.cpp:93
Definition: factor.hpp:81