23 #ifndef FACTOR1POSEPOINT2PLANE_HPP_ 24 #define FACTOR1POSEPOINT2PLANE_HPP_ 26 #include "mrob/matrix_base.hpp" 27 #include "mrob/SE3.hpp" 28 #include "mrob/factor.hpp" 58 std::shared_ptr<Node> &node,
const Mat1 &obsInf,
75 virtual void print()
const;
77 MatRefConst
get_obs()
const override {
return r_;};
79 MatRefConst get_information_matrix()
const override {
return W_;};
80 MatRefConst
get_jacobian([[maybe_unused]] mrob::factor_id_t
id = 0)
const override {
return J_;};
83 Mat31 z_point_x_, z_point_y_, Tx_;
robustFactorType
Definition: factor.hpp:87
virtual void evaluate_residuals() override
Definition: factor1PosePoint2Plane.cpp:38
virtual void evaluate_chi2() override
Definition: factor1PosePoint2Plane.cpp:55
virtual void evaluate_jacobians() override
Definition: factor1PosePoint2Plane.cpp:47
virtual void print() const
Definition: factor1PosePoint2Plane.cpp:60
Definition: factor1PosePoint2Plane.hpp:54
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
VectRefConst get_residual() const override
Definition: factor1PosePoint2Plane.hpp:78
MatRefConst get_obs() const override
Definition: factor1PosePoint2Plane.hpp:77
MatRefConst get_jacobian([[maybe_unused]] mrob::factor_id_t id=0) const override
Definition: factor1PosePoint2Plane.hpp:80