Skip to content

Commit b38b597

Browse files
authored
Update README.md
1 parent 2cd7e97 commit b38b597

File tree

1 file changed

+1
-1
lines changed
  • software/GlobalOptimizationGraph_GTSAM

1 file changed

+1
-1
lines changed

software/GlobalOptimizationGraph_GTSAM/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The SLAM and GPS are both constant at all time, so GOG will try to fusion the po
99

1010
### Intermittent GPS + SLAM fusion
1111

12-
The SLAM is assumed to be constant at all time, while GPS is intermittent, being available for 5 seconds of a 10 seconds cycle. The red number, being 1 or 0, represents whether GPS is available, 1 represents GPS is lost while 0 means
12+
The SLAM is assumed to be constant at all time, while GPS is intermittent, being available for 5 seconds of a 10 seconds cycle. The red number, 1 or 0, represents whether GPS is available, 1 represents GPS is lost while 0 means
1313
GPS is not lost.
1414

1515
The blue line (the top one), is the output of GOG, which trys to fuse information from GPS and SLAM. When GPS is lost, GOG will continue to give estimation of the state, but as soon as GPS comes back, it updates the state to the corresponding pose provided by the GPS(the gap is the error of wrong SLAM estimation while GPS is lost).

0 commit comments

Comments
 (0)