24 #ifndef FACTOR_GRAPH_SOLVE_DENSE_HPP_ 25 #define FACTOR_GRAPH_SOLVE_DENSE_HPP_ 27 #include "mrob/optimizer.hpp" 28 #include "mrob/factor_graph.hpp" 29 #include "mrob/time_profiling.hpp" virtual void update_state_from_bookkeep() override
Definition: factor_graph_solve_dense.cpp:164
Definition: factor_graph.hpp:57
virtual void bookkeep_state() override
Definition: factor_graph_solve_dense.cpp:159
Definition: optimizer.hpp:151
virtual void calculate_gradient_hessian() override
Definition: factor_graph_solve_dense.cpp:58
virtual void update_state() override
Definition: factor_graph_solve_dense.cpp:145
virtual matData_t calculate_error() override
Definition: factor_graph_solve_dense.cpp:46
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_graph_solve_dense.hpp:42