-
Notifications
You must be signed in to change notification settings - Fork 46
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
Kalman Filter issue #214
Comments
Very interesting. But please clarify the image for me. I understand the blue one is the original raw GPS. Is the pink one your KF? The green one is marked OpenCPN, but is this the track from OpenCPN or the results of the KF in radar_pi? |
The pink one is the result of KF from https://github.com/lacker/ikalman |
It is already several years ago that I made this. The filter used in radar_pi was optimized for slow GPS (1 Hz) and typical sailboat speeds, with a slow turn rate (some 20 degrees/sec). With a rapid update GPS a Kalman filter is not needed at all, the last GPS position is sufficiently accurate for "now". |
Looking at some preliminary results with 1Hz, it looks better. What would you do to adapt the filter to 10Hz? |
I would remove it. A position not older than 0.1 sec is sufficiently accurate for our purpose. |
I've compared Kalman Filter used in radar_pi with the one I use in my projects with GPS.
From what I can see, radar_pi's KF seems not so good even compared to raw GPS.
Legend:
Sample is from a boat GPS at 10Hz:
Is this something known or expected? Or should I dig deeper and try to understand if I did something wrong using radar_pi's KF.
The text was updated successfully, but these errors were encountered: