24 #ifndef FACTOR1POSE1PLANE4D_HPP_ 25 #define FACTOR1POSE1PLANE4D_HPP_ 28 #include "mrob/matrix_base.hpp" 29 #include "mrob/factor.hpp" 44 std::shared_ptr<Node> &nodePlane,
const Mat4 &obsInf,
58 virtual void print()
const;
60 MatRefConst
get_obs()
const override {
return obs_;};
62 MatRefConst get_information_matrix()
const override {
return W_;};
63 MatRefConst
get_jacobian([[maybe_unused]] mrob::factor_id_t
id = 0)
const override {
return J_;};
70 bool reversedNodeOrder_;
76 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
Definition: factor1Pose1Plane4d.hpp:40
robustFactorType
Definition: factor.hpp:87
MatRefConst get_jacobian([[maybe_unused]] mrob::factor_id_t id=0) const override
Definition: factor1Pose1Plane4d.hpp:63
MatRefConst get_obs() const override
Definition: factor1Pose1Plane4d.hpp:60
VectRefConst get_residual() const override
Definition: factor1Pose1Plane4d.hpp:61
virtual void evaluate_jacobians() override
Definition: factor1Pose1Plane4d.cpp:87
virtual void evaluate_residuals() override
Definition: factor1Pose1Plane4d.cpp:53
virtual void print() const
Definition: factor1Pose1Plane4d.cpp:109
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
Definition: factor.hpp:81
virtual void evaluate_chi2() override
Definition: factor1Pose1Plane4d.cpp:104