File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,13 +21,14 @@ This class holds the pointer to an object of class NodeDataManager.
2121All the functions related to ceres-solver here. It is intended to be run in a separate thread.
2222The thread triggers on seeing new loopedges. On trigger it does:
23231 . Allocate new opt variables (if need be)
24- - Add Loop Edges Residue Term to Ceres::Problem
24+ 1 . Add Loop Edges Residue Term to Ceres::Problem
2525 - Loop Edges (intra world)
2626 - Loop edges (inter world)
27- - Add Odometry Residues to Ceres::Problem
28- - Initial Guesses for the nodes
29- - Mark 1st nodes of each worlds as constant with Node Regularization
30- - ceres::Solve()
27+ - Compute Pose between the worlds if 1st loop connection between the worlds.
28+ 1 . Add Odometry Residues to Ceres::Problem
29+ 1 . Initial Guesses for the nodes
30+ 1 . Mark 1st nodes of each worlds as constant with Node Regularization
31+ 1 . ceres::Solve()
3132
3233
3334
You can’t perform that action at this time.
0 commit comments