Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added trajectory tracking example #25

Merged
merged 9 commits into from
Apr 1, 2021
Merged
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ savefig(p1, "filter.png")

![Filtered trajectory with uncertainty](https://raw.githubusercontent.com/mschauer/Kalman.jl/master/filter.png)


A very similar example of tracking a 2D trajectory can be found [here](example/trajectory_tracking/kalman.jl).

## Interface

Expand Down
Loading