25 #ifndef EIGENFACTORPLANECENTER_HPP_ 26 #define EIGENFACTORPLANECENTER_HPP_ 29 #include "mrob/factor.hpp" 30 #include "mrob/factors/EigenFactorPlane.hpp" 31 #include <unordered_map> 33 #include <Eigen/StdVector> 88 Mat4 accumulatedCenterQ_;
89 Mat41 planeEstimationUnit_;
robustFactorType
Definition: factor.hpp:87
void evaluate_jacobians() override
Definition: EigenFactorPlaneCenter.cpp:45
void estimate_plane() override
Definition: EigenFactorPlaneCenter.cpp:94
Definition: EigenFactorPlaneCenter.hpp:57
void evaluate_chi2() override
Definition: EigenFactorPlaneCenter.cpp:82
Definition: EigenFactorPlane.hpp:55
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_residuals() override
Definition: EigenFactorPlaneCenter.cpp:40
EigenFactorPlaneCenter(Factor::robustFactorType robust_type=Factor::robustFactorType::QUADRATIC)
Definition: EigenFactorPlaneCenter.cpp:33