Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ninawrong authored Nov 7, 2019
1 parent 2cd7e97 commit b38b597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/GlobalOptimizationGraph_GTSAM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The SLAM and GPS are both constant at all time, so GOG will try to fusion the po

### Intermittent GPS + SLAM fusion

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
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
GPS is not lost.

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).
Expand Down

0 comments on commit b38b597

Please sign in to comment.