Go to the documentation of this file.
31 template <
class GRAPH_T>
38 using edge_t =
typename graph_t::constraint_t;
43 typename SE_TYPE::tangent_vector;
48 std::multimap<mrpt::graphs::TPairNodeIDs, TPairJacobs>;
58 const typename gst::graph_t::constraint_t::type_value*
edge_mean;
59 typename gst::graph_t::constraint_t::type_value *
P1, *
P2;
63 const GRAPH_T& graph,
const size_t iter,
const size_t max_iter,
64 const double cur_sq_error)>;
std::multimap< mrpt::graphs::TPairNodeIDs, TPairJacobs > map_pairIDs_pairJacobs_t
typename edge_t::type_value edge_poses_type
Output information for mrpt::graphslam::optimize_graph_spa_levmarq()
gst::graph_t::constraint_t::type_value * P2
Auxiliary struct used in graph-slam implementation: It holds the relevant information for each of the...
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
size_t num_iters
The number of LM iterations executed.
std::pair< matrix_TxT, matrix_TxT > TPairJacobs
typename SE_TYPE::matrix_TxT matrix_TxT
typename graph_t::constraint_t edge_t
double final_total_sq_error
The sum of all the squared errors for every constraint involved in the problem.
std::function< void(const GRAPH_T &graph, const size_t iter, const size_t max_iter, const double cur_sq_error)> TFunctorFeedback
typename SE_TYPE::tangent_vector Array_O
const gst::graph_t::constraint_t::type_value * edge_mean
Traits for SE(n), rigid-body transformations in R^n space.
GRAPH_T graph_t
Typ: mrpt::graphs::CNetworkOfPoses<...>
const gst::edge_map_entry_t * edge
Auxiliary traits template for use among graph-slam problems to make life easier with these complicate...
gst::graph_t::constraint_t::type_value * P1
typename graph_t::edges_map_t::const_iterator edge_const_iterator
typename graph_t::edges_map_t::value_type edge_map_entry_t
Page generated by Doxygen 1.8.17 for MRPT 2.0.4 at Sat Jun 27 14:00:59 UTC 2020 | |