You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: software/GlobalOptimizationGraph_GTSAM/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The SLAM and GPS are both constant at all time, so GOG will try to fusion the po
9
9
10
10
### Intermittent GPS + SLAM fusion
11
11
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
13
13
GPS is not lost.
14
14
15
15
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