Skip to content

Commit 8cc7756

Browse files
committed
2 parents b43f936 + d52c085 commit 8cc7756

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Node for pose graph optimization.
1+
# Multithreaded Node for pose graph optimization.
22

3-
This node actually builds up the graph of poses incrementally using odometry edges and loopclosure edges.
3+
This node actually builds up the graph of poses incrementally using odometry edges (from VIO like [VINS-fusion](https://github.com/HKUST-Aerial-Robotics/VINS-Fusion) ) and loopclosure edges (from place recognition node like [cerebro](https://github.com/mpkuse/cerebro) ).
44
It also can handle kidnap and random failure. This is accomplished by keeping track of multiple
55
co-ordinate systems and relative poses between the co-ordinate system. Finally whenever new loopclosure
66
edges are available, the pose graph is solved. The switching constraint formulation

0 commit comments

Comments
 (0)