Skip to content

Commit 461d05e

Browse files
committed
major updates to readme
1 parent f56fabf commit 461d05e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ This class holds the pointer to an object of class NodeDataManager.
2121
All the functions related to ceres-solver here. It is intended to be run in a separate thread.
2222
The thread triggers on seeing new loopedges. On trigger it does:
2323
1. 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

0 commit comments

Comments
 (0)