Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Dykan committed Mar 16, 2017
1 parent 78b1800 commit 8c538ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Swift implementation of Conventional Kalman Filter algorithm
## Motivation:
[Kalman filter](https://en.wikipedia.org/wiki/Kalman_filter) is a widely applied algorithm to get a more
accurate guess in noisy environment. It has a lot of applications in real life such as guidance, navigation
control for vehicles, etc. **Although I used it is mostly used to filter GPS data, this framework doesn't have a
control for vehicles, etc. **Although it is mostly used to filter GPS data, this framework doesn't have a
ready-to-use solutions that work with GPS and is more general implementation of algorithm.**

## Example of usage
Expand Down

0 comments on commit 8c538ba

Please sign in to comment.