24 #ifndef FACTOR1POSE1LANDMARK3D_HPP_ 25 #define FACTOR1POSE1LANDMARK3D_HPP_ 28 #include "mrob/matrix_base.hpp" 29 #include "mrob/SE3.hpp" 30 #include "mrob/factor.hpp" 69 std::shared_ptr<Node> &nodeLandmark,
const Mat3 &obsInf,
bool initializeLandmark=
false,
84 MatRefConst
get_obs()
const {
return obs_;};
86 MatRefConst get_information_matrix()
const {
return W_;};
87 MatRefConst
get_jacobian([[maybe_unused]] mrob::factor_id_t
id = 0)
const {
return J_;};
90 Mat31 obs_, r_, landmark_;
94 bool reversedNodeOrder_;
97 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
void print() const
Definition: factor1Pose1Landmark3d.cpp:98
robustFactorType
Definition: factor.hpp:87
MatRefConst get_jacobian([[maybe_unused]] mrob::factor_id_t id=0) const
Definition: factor1Pose1Landmark3d.hpp:87
Definition: factor1Pose1Landmark3d.hpp:65
MatRefConst get_obs() const
Definition: factor1Pose1Landmark3d.hpp:84
void evaluate_residuals() override
Definition: factor1Pose1Landmark3d.cpp:59
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: factor1Pose1Landmark3d.cpp:75
Definition: factor.hpp:81
VectRefConst get_residual() const
Definition: factor1Pose1Landmark3d.hpp:85
void evaluate_chi2() override
Definition: factor1Pose1Landmark3d.cpp:94